An exception indicating that setting an option for a stream failed.
More...
#import <OFSetOptionFailedException.h>
List of all members.
Detailed Description
An exception indicating that setting an option for a stream failed.
Member Function Documentation
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
stream: |
|
(OFStream*) |
stream |
|
|
| |
- Parameters:
-
stream | The stream for which the option could not be set |
- Returns:
- A new set option failed exception
- (id) initWithClass: |
|
(Class) |
class_ |
stream: |
|
(OFStream*) |
stream |
|
|
| |
Initializes an already allocated set option failed exception.
- Parameters:
-
stream | The stream for which the option could not be set |
- Returns:
- An initialized set option failed exception
- Returns:
- The stream for which the option could not be set
The documentation for this class was generated from the following files: