OFAddressTranslationFailedException Class Reference

An exception indicating the translation of an address failed. More...

#import <OFExceptions.h>

Inheritance diagram for OFAddressTranslationFailedException:
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 exception indicating the translation of an address failed.


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 address translation failed exception.

Parameters:
class_ The class of the object which caused the exception
node The node for which translation was requested
service The service of the node for which translation was requested
Returns:
An initialized address translation 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 for which translation was requested
service The service of the node for which translation was requested
Returns:
A new address translation failed exception
- (OFString*) node  

/return The node for which translation was requested

- (OFString*) service  
Returns:
The service of the node for which translation was requested

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

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