Public Member Functions | Static Public Member Functions | Protected Attributes

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:sourcePath:destinationPath:
(int) - errNo
(OFString *) - sourcePath
(OFString *) - destinationPath

Static Public Member Functions

(id) + newWithClass:sourcePath:destinationPath:

Protected Attributes

OFStringsourcePath
OFStringdestinationPath
int errNo

Detailed Description

An exception indicating that creating a symlink failed.


Member Function Documentation

- (OFString*) destinationPath  
Returns:
A string with the destination for the symlink
- (int) errNo  
Returns:
The errno from when the exception was created
- (id) initWithClass: (Class)  class_
sourcePath: (OFString*)  src
destinationPath: (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_
sourcePath: (OFString*)  src
destinationPath: (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*) sourcePath  
Returns:
A string with the source for the symlink

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