ObjFW
|
An exception indicating signaling a condition failed. More...
#import <OFConditionSignalFailedException.h>
Public Member Functions | |
(id) | - initWithClass:condition: |
(OFCondition *) | - condition |
Static Public Member Functions | |
(id) | + exceptionWithClass:condition: |
An exception indicating signaling a condition failed.
- (OFCondition*) condition |
+ (id) exceptionWithClass: | (Class) | class_ | |
condition: | (OFCondition*) | condition | |
class_ | The class of the object which caused the exception |
condition | The condition which could not be signaled |
- (id) initWithClass: | (Class) | class_ | |
condition: | (OFCondition*) | condition | |
Initializes an already allocated condition signal failed exception.
class_ | The class of the object which caused the exception |
condition | The condition which could not be signaled |