An exception indicating that deleting a file failed.
More...
#import <OFDeleteFileFailedException.h>
List of all members.
Detailed Description
An exception indicating that deleting a file failed.
Member Function Documentation
- Returns:
- The errno from when the exception was created
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
path: |
|
(OFString*) |
path |
|
|
| |
- Parameters:
-
class_ | The class of the object which caused the exception |
path | The path of the file |
- Returns:
- A new delete file failed exception
- (id) initWithClass: |
|
(Class) |
class_ |
path: |
|
(OFString*) |
path |
|
|
| |
Initializes an already allocated delete file failed exception.
- Parameters:
-
class_ | The class of the object which caused the exception |
path | The path of the file |
- Returns:
- An initialized delete file failed exception
- Returns:
- The path of the file
The documentation for this class was generated from the following files: