An exception indicating that a thread is still waiting for a condition.
More...
#import <OFConditionStillWaitingException.h>
List of all members.
Detailed Description
An exception indicating that a thread is still waiting for a condition.
Member Function Documentation
- Returns:
- The condition for which is still being waited
+ (id) exceptionWithClass: |
|
(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
- (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
The documentation for this class was generated from the following files: