Public Member Functions | Static Public Member Functions | Properties

OFSetOptionFailedException Class Reference

An exception indicating that setting an option for a stream failed. More...

#import <OFSetOptionFailedException.h>

Inheritance diagram for OFSetOptionFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:stream:
(OFStream *) - stream

Static Public Member Functions

(id) + newWithClass:stream:

Properties

OFStreamstream

Detailed Description

An exception indicating that setting an option for a stream failed.


Member Function Documentation

- (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
+ (id) newWithClass: (Class)  class_
stream: (OFStream*)  stream 
Parameters:
stream The stream for which the option could not be set
Returns:
A new set option failed exception
- (OFStream*) stream  
Returns:
The stream for which the option could not be set

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