OFBindFailedException Class Reference

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

#import <OFExceptions.h>

Inheritance diagram for OFBindFailedException:
OFException OFObject

List of all members.

Public Member Functions

(id) - initWithClass:node:service:family:
(int) - errNo
(OFString *) - node
(OFString *) - service
(int) - family

Static Public Member Functions

(id) + newWithClass:node:service:family:

Protected Attributes

OFStringnode
OFStringservice
int family
int errNo

Detailed Description

An exception indicating that binding a socket failed.


Member Function Documentation

- (int) errNo  
Returns:
The errno from when the exception was created
- (int) family  
Returns:
The family for which binding failed
- (id) initWithClass: (Class)  class_
node: (OFString*)  node
service: (OFString*)  service
family: (int)  family 

Initializes an already allocated bind failed exception.

Parameters:
class_ The class of the object which caused the exception
node The node on which binding failed
service The service on which binding failed
family The family for which binnding failed
Returns:
An initialized bind failed exception
+ (id) newWithClass: (Class)  class_
node: (OFString*)  node
service: (OFString*)  service
family: (int)  family 
Parameters:
class_ The class of the object which caused the exception
node The node on which binding failed
service The service on which binding failed
family The family for which binnding failed
Returns:
A new bind failed exception
- (OFString*) node  
Returns:
The node on which binding failed
- (OFString*) service  
Returns:
The service on which binding failed

The documentation for this class was generated from the following files:
 All Classes Functions Variables
Generated on Sun May 9 16:52:21 2010 for ObjFW by  doxygen 1.6.3