ObjFW
|
An exception indicating that creating a symlink failed. More...
#import <OFSymlinkFailedException.h>
Public Member Functions | |
(id) | - initWithClass:sourcePath:destinationPath: |
(int) | - errNo |
(OFString *) | - sourcePath |
(OFString *) | - destinationPath |
Static Public Member Functions | |
(id) | + exceptionWithClass:sourcePath:destinationPath: |
An exception indicating that creating a symlink failed.
- (OFString*) destinationPath |
- (int) errNo |
+ (id) exceptionWithClass: | (Class) | class_ | |
sourcePath: | (OFString*) | source | |
destinationPath: | (OFString*) | destination | |
class_ | The class of the object which caused the exception |
source | The source for the symlink |
destination | The destination for the symlink |
- (id) initWithClass: | (Class) | class_ | |
sourcePath: | (OFString*) | source | |
destinationPath: | (OFString*) | destination | |
Initializes an already allocated symlink failed exception.
class_ | The class of the object which caused the exception |
source | The source for the symlink |
destination | The destination for the symlink |
- (OFString*) sourcePath |