ObjFW
|
An exception indicating a socket is not connected or bound. More...
#import <OFNotConnectedException.h>
Public Member Functions | |
(id) | - initWithClass:socket: |
(OFStreamSocket *) | - socket |
Static Public Member Functions | |
(id) | + exceptionWithClass:socket: |
An exception indicating a socket is not connected or bound.
+ (id) exceptionWithClass: | (Class) | class_ | |
socket: | (OFStreamSocket*) | socket | |
class_ | The class of the object which caused the exception |
socket | The socket which is not connected |
- (id) initWithClass: | (Class) | class_ | |
socket: | (OFStreamSocket*) | socket | |
Initializes an already allocated not connected exception.
class_ | The class of the object which caused the exception |
socket | The socket which is not connected |
- (OFStreamSocket*) socket |