OFListenFailedException Class Reference

An exception indicating that listening on the socket failed. More...

#import <OFExceptions.h>

Inheritance diagram for OFListenFailedException:
OFException OFObject

List of all members.

Public Member Functions

(id) - initWithClass:backLog:
(int) - errNo
(int) - backLog

Static Public Member Functions

(id) + newWithClass:backLog:

Protected Attributes

int backlog
int err

Detailed Description

An exception indicating that listening on the socket failed.


Member Function Documentation

- (int) backLog  
Returns:
The requested back log.
- (int) errNo  
Returns:
The errno from when the exception was created
- (id) initWithClass: (Class)  class_
backLog: (int)  backlog 

Initializes an already allocated listen failed exception

Parameters:
class_ The class of the object which caused the exception
backlog The requested size of the back log
Returns:
An initialized listen failed exception
+ (id) newWithClass: (Class)  class_
backLog: (int)  backlog 
Parameters:
class_ The class of the object which caused the exception
backlog The requested size of the back log
Returns:
A new listen failed exception

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

Generated on Sun Mar 14 13:41:06 2010 for ObjFW by  doxygen 1.6.1