Public Member Functions | Static Public Member Functions | Properties

OFNotConnectedException Class Reference

An exception indicating a socket is not connected or bound. More...

#import <OFNotConnectedException.h>

Inheritance diagram for OFNotConnectedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:socket:
(OFStreamSocket *) - socket

Static Public Member Functions

(id) + newWithClass:socket:

Properties

OFStreamSocketsocket

Detailed Description

An exception indicating a socket is not connected or bound.


Member Function Documentation

- (id) initWithClass: (Class)  class_
socket: (OFStreamSocket*)  socket 

Initializes an already allocated not connected exception.

Parameters:
class_ The class of the object which caused the exception
socket The socket which is not connected
Returns:
An initialized not connected exception
+ (id) newWithClass: (Class)  class_
socket: (OFStreamSocket*)  socket 
Parameters:
class_ The class of the object which caused the exception
socket The socket which is not connected
Returns:
A new not connected exception
- (OFStreamSocket*) socket  
Returns:
The socket which is not connected

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