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