OFConnectionFailedException Class Reference

#import <OFExceptions.h>

Inheritance diagram for OFConnectionFailedException:
OFException OFObject

List of all members.

Public Member Functions

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

Static Public Member Functions

(id) + newWithClass:node:service:

Protected Attributes

OFStringnode
OFStringservice
int err

Detailed Description

An OFException indicating that the connection could not be established.


Member Function Documentation

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

Initializes an already allocated connection failed exception.

Parameters:
class_ The class of the object which caused the exception
node The node to which the connection failed
service The service on the node to which the connection failed
Returns:
An initialized connection failed exception
+ (id) newWithClass: (Class)  class_
node: (OFString*)  node
service: (OFString*)  service 
Parameters:
class_ The class of the object which caused the exception
node The node to which the connection failed
service The service on the node to which the connection failed
Returns:
A new connection failed exception
- (OFString*) node  
Returns:
The node to which the connection failed
- (OFString*) service  
Returns:
The service on the node to which the connection failed

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

Generated on Thu Dec 24 11:10:00 2009 for ObjFW by  doxygen 1.6.1