ObjFW
|
An exception indicating that renaming a file failed. More...
#import <OFRenameFileFailedException.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 renaming a file 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 original path |
destination | The new path |
- (id) initWithClass: | (Class) | class_ | |
sourcePath: | (OFString*) | source | |
destinationPath: | (OFString*) | destination | |
Initializes an already allocated rename failed exception.
class_ | The class of the object which caused the exception |
source | The original path |
destination | The new path |
- (OFString*) sourcePath |