OFBindFailedException Class Reference

#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 err

Detailed Description

An OFException indicating that binding the 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 Mon Feb 1 19:19:40 2010 for ObjFW by  doxygen 1.6.1