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

An exception indicating that binding a socket failed. More...

#include <OFBindFailedException.h>

Inheritance diagram for OFBindFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:socket:host:port: (Class class_,[socket] OFTCPSocket *socket,[host] OFString *host,[port] uint16_t port)
OFTCPSocketsocket ()
OFStringhost ()
uint16_t port ()
int errNo ()

Static Public Member Functions

id newWithClass:socket:host:port: (Class class_,[socket] OFTCPSocket *socket,[host] OFString *host,[port] uint16_t port)

Properties

OFTCPSocketsocket
OFStringhost
uint16_t port
int errNo

Detailed Description

An exception indicating that binding a socket failed.


Member Function Documentation

int OFBindFailedException::errNo ( ) [virtual]
Returns:
The errno from when the exception was created
OFString* OFBindFailedException::host ( ) [virtual]
Returns:
The host on which binding failed
id OFBindFailedException::initWithClass:socket:host:port: ( Class  class_,
[socket] OFTCPSocket socket,
[host] OFString host,
[port] uint16_t  port 
) [virtual]

Initializes an already allocated bind failed exception.

Parameters:
class_The class of the object which caused the exception
socketThe socket which could not be bound
hostThe host on which binding failed
portThe port on which binding failed
Returns:
An initialized bind failed exception
id OFBindFailedException::newWithClass:socket:host:port: ( Class  class_,
[socket] OFTCPSocket socket,
[host] OFString host,
[port] uint16_t  port 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
socketThe socket which could not be bound
hostThe host on which binding failed
portThe port on which binding failed
Returns:
A new bind failed exception
uint16_t OFBindFailedException::port ( ) [virtual]
Returns:
The port on which binding failed
OFTCPSocket* OFBindFailedException::socket ( ) [virtual]
Returns:
The socket which could not be bound

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