An exception indicating changing to a directory failed.
More...
#import <OFChangeDirectoryFailedException.h>
List of all members.
Detailed Description
An exception indicating changing to a directory 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 | A string with the path of the directory to which couldn't be changed |
- Returns:
- A new change directory failed exception
- (id) initWithClass: |
|
(Class) |
class_ |
path: |
|
(OFString*) |
path |
|
|
| |
Initializes an already allocated change directory failed exception.
- Parameters:
-
class_ | The class of the object which caused the exception |
path | A string with the path of the directory to which couldn't be changed |
- Returns:
- An initialized change directory failed exception
- Returns:
- A string with the path of the directory to which couldn't changed
The documentation for this class was generated from the following files: