ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFConditionStillWaitingException Class Reference

An exception indicating that a thread is still waiting for a condition. More...

#include <OFConditionStillWaitingException.h>

Inheritance diagram for OFConditionStillWaitingException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:condition: (Class class_,[condition] OFCondition *condition)
OFConditioncondition ()

Static Public Member Functions

id newWithClass:condition: (Class class_,[condition] OFCondition *condition)

Properties

OFConditioncondition

Detailed Description

An exception indicating that a thread is still waiting for a condition.


Member Function Documentation

OFCondition* OFConditionStillWaitingException::condition ( ) [virtual]
Returns:
The condition for which is still being waited
id OFConditionStillWaitingException::initWithClass:condition: ( Class  class_,
[condition] OFCondition condition 
) [virtual]

Initializes an already allocated condition still waiting exception.

Parameters:
class_The class of the object which caused the exception
conditionThe condition for which is still being waited
Returns:
An initialized condition still waiting exception
id OFConditionStillWaitingException::newWithClass:condition: ( Class  class_,
[condition] OFCondition condition 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
conditionThe condition for which is still being waited
Returns:
A new condition still waiting exception

The documentation for this class was generated from the following files:
 All Classes Functions Variables