OFSymlinkFailedException Class Reference

An exception indicating that creating a symlink failed. More...

#import <OFExceptions.h>

Inheritance diagram for OFSymlinkFailedException:
OFException OFObject

List of all members.

Public Member Functions

(id) - initWithClass:source:destination:
(int) - errNo
(OFString *) - source
(OFString *) - destination

Static Public Member Functions

(id) + newWithClass:source:destination:

Protected Attributes

OFStringsrc
OFStringdest
int err

Detailed Description

An exception indicating that creating a symlink failed.


Member Function Documentation

- (OFString *) destination  
Returns:
A string of the destination for the symlink
- (int) errNo  
Returns:
The errno from when the exception was created
- (id) initWithClass: (Class)  class_
source: (OFString*)  src
destination: (OFString*)  dest 

Initializes an already allocated symlink failed exception.

Parameters:
class_ The class of the object which caused the exception
src The source for the symlink
dest The destination for the symlink
Returns:
An initialized symlink failed exception
+ (id) newWithClass: (Class)  class_
source: (OFString*)  src
destination: (OFString*)  dest 
Parameters:
class_ The class of the object which caused the exception
src The source for the symlink
dest The destination for the symlink
Returns:
A new symlink failed exception
- (OFString *) source  
Returns:
A string of the source for the symlink

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