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

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

#include <OFNotConnectedException.h>

Inheritance diagram for OFNotConnectedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:socket: (Class class_,[socket] OFStreamSocket *socket)
OFStreamSocketsocket ()

Static Public Member Functions

id newWithClass:socket: (Class class_,[socket] OFStreamSocket *socket)

Properties

OFStreamSocketsocket

Detailed Description

An exception indicating a socket is not connected or bound.


Member Function Documentation

id OFNotConnectedException::initWithClass:socket: ( Class  class_,
[socket] OFStreamSocket socket 
) [virtual]

Initializes an already allocated not connected exception.

Parameters:
class_The class of the object which caused the exception
socketThe socket which is not connected
Returns:
An initialized not connected exception
id OFNotConnectedException::newWithClass:socket: ( Class  class_,
[socket] OFStreamSocket socket 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
socketThe socket which is not connected
Returns:
A new not connected exception
OFStreamSocket* OFNotConnectedException::socket ( ) [virtual]
Returns:
The socket which is not connected

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