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