Public Member Functions | Static Public Member Functions | Properties

OFConditionStillWaitingException Class Reference

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

#import <OFConditionStillWaitingException.h>

Inheritance diagram for OFConditionStillWaitingException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:condition:
(OFCondition *) - condition

Static Public Member Functions

(id) + newWithClass:condition:

Properties

OFConditioncondition

Detailed Description

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


Member Function Documentation

- (OFCondition*) condition  
Returns:
The condition for which is still being waited
- (id) initWithClass: (Class)  class_
condition: (OFCondition*)  condition 

Initializes an already allocated condition still waiting exception.

Parameters:
class_ The class of the object which caused the exception
condition The condition for which is still being waited
Returns:
An initialized condition still waiting exception
+ (id) newWithClass: (Class)  class_
condition: (OFCondition*)  condition 
Parameters:
class_ The class of the object which caused the exception
condition The 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