ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFSetOptionFailedException Class Reference

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

#include <OFSetOptionFailedException.h>

Inheritance diagram for OFSetOptionFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:stream: (Class class_,[stream] OFStream *stream)
OFStreamstream ()

Static Public Member Functions

id newWithClass:stream: (Class class_,[stream] OFStream *stream)

Properties

OFStreamstream

Detailed Description

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


Member Function Documentation

id OFSetOptionFailedException::initWithClass:stream: ( Class  class_,
[stream] OFStream stream 
) [virtual]

Initializes an already allocated set option failed exception.

Parameters:
streamThe stream for which the option could not be set
Returns:
An initialized set option failed exception
id OFSetOptionFailedException::newWithClass:stream: ( Class  class_,
[stream] OFStream stream 
) [static, virtual]
Parameters:
streamThe stream for which the option could not be set
Returns:
A new set option failed exception
OFStream* OFSetOptionFailedException::stream ( ) [virtual]
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