ObjFW
Public Member Functions | Static Public Member Functions
OFConditionWaitFailedException Class Reference

An exception indicating waiting for a condition failed. More...

#import <OFConditionWaitFailedException.h>

Inheritance diagram for OFConditionWaitFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

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

Static Public Member Functions

(id) + exceptionWithClass:condition:

Detailed Description

An exception indicating waiting for a condition failed.


Member Function Documentation

- (OFCondition*) condition
Returns:
The condition for which could not be waited
+ (id) exceptionWithClass: (Class)  class_
condition: (OFCondition*)  condition 
Parameters:
class_The class of the object which caused the exception
conditionThe condition for which could not be waited
Returns:
A new condition wait failed exception
- (id) initWithClass: (Class)  class_
condition: (OFCondition*)  condition 

Initializes an already allocated condition wait failed exception.

Parameters:
class_The class of the object which caused the exception
conditionThe condition for which could not be waited
Returns:
An initialized condition wait failed exception

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