An exception indicating signaling a condition failed.
More...
#import <OFConditionSignalFailedException.h>
List of all members.
Detailed Description
An exception indicating signaling a condition failed.
Member Function Documentation
- Returns:
- The condition which could not be signaled
- (id) initWithClass: |
|
(Class) |
class_ |
condition: |
|
(OFCondition*) |
condition | |
|
|
| | |
Initializes an already allocated condition signal failed exception.
- Parameters:
-
| class_ | The class of the object which caused the exception |
| condition | The condition which could not be signaled |
- Returns:
- An initialized condition signal failed exception
+ (id) newWithClass: |
|
(Class) |
class_ |
condition: |
|
(OFCondition*) |
condition | |
|
|
| | |
- Parameters:
-
| class_ | The class of the object which caused the exception |
| condition | The condition which could not be signaled |
- Returns:
- A new condition signal failed exception
The documentation for this class was generated from the following files: