An exception indicating a file couldn't be opened.
More...
#import <OFOpenFileFailedException.h>
List of all members.
Detailed Description
An exception indicating a file couldn't be opened.
Member Function Documentation
- Returns:
- The errno from when the exception was created
- (id) initWithClass: |
|
(Class) |
class_ |
path: |
|
(OFString*) |
path |
mode: |
|
(OFString*) |
mode | |
|
|
| | |
Initializes an already allocated open file failed exception.
- Parameters:
-
| class_ | The class of the object which caused the exception |
| path | A string with the path of the file which couldn't be opened |
| mode | A string with the mode in which the file should have been opened |
- Returns:
- An initialized open file failed exception
- Returns:
- A string with the mode in which the file should have been opened
+ (id) newWithClass: |
|
(Class) |
class_ |
path: |
|
(OFString*) |
path |
mode: |
|
(OFString*) |
mode | |
|
|
| | |
- Parameters:
-
| class_ | The class of the object which caused the exception |
| path | A string with the path of the file tried to open |
| mode | A string with the mode in which the file should have been opened |
- Returns:
- A new open file failed exception
- Returns:
- A string with the path of the file which couldn't be opened
The documentation for this class was generated from the following files: