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

An exception indicating signaling a condition failed. More...

#import <OFConditionSignalFailedException.h>

Inheritance diagram for OFConditionSignalFailedException:
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 signaling a condition failed.


Member Function Documentation

- (OFCondition*) condition
Returns:
The condition which could not be signaled
+ (id) exceptionWithClass: (Class)  class_
condition: (OFCondition*)  condition 
Parameters:
class_The class of the object which caused the exception
conditionThe condition which could not be signaled
Returns:
A new condition signal failed exception
- (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
conditionThe condition which could not be signaled
Returns:
An initialized condition signal failed exception

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