ObjFW
Public Member Functions | Static Public Member Functions
OFLinkFailedException Class Reference

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

#import <OFLinkFailedException.h>

Inheritance diagram for OFLinkFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:sourcePath:destinationPath:
(int) - errNo
(OFString *) - sourcePath
(OFString *) - destinationPath

Static Public Member Functions

(id) + exceptionWithClass:sourcePath:destinationPath:

Detailed Description

An exception indicating that creating a link failed.


Member Function Documentation

- (OFString*) destinationPath
Returns:
A string with the destination for the link
- (int) errNo
Returns:
The errno from when the exception was created
+ (id) exceptionWithClass: (Class)  class_
sourcePath: (OFString*)  source
destinationPath: (OFString*)  destination 
Parameters:
class_The class of the object which caused the exception
sourceThe source for the link
destinationThe destination for the link
Returns:
A new link failed exception
- (id) initWithClass: (Class)  class_
sourcePath: (OFString*)  source
destinationPath: (OFString*)  destination 

Initializes an already allocated link failed exception.

Parameters:
class_The class of the object which caused the exception
sourceThe source for the link
destinationThe destination for the link
Returns:
An initialized link failed exception
- (OFString*) sourcePath
Returns:
A string with the source for the link

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