List of all members.
Detailed Description
An exception indicating that creating a symlink failed.
Member Function Documentation
- Returns:
- A string with the destination for the symlink
- Returns:
- The errno from when the exception was created
- (id) initWithClass: |
|
(Class) |
class_ |
sourcePath: |
|
(OFString*) |
src |
destinationPath: |
|
(OFString*) |
dest | |
|
|
| | |
Initializes an already allocated symlink failed exception.
- Parameters:
-
| class_ | The class of the object which caused the exception |
| src | The source for the symlink |
| dest | The destination for the symlink |
- Returns:
- An initialized symlink failed exception
+ (id) newWithClass: |
|
(Class) |
class_ |
sourcePath: |
|
(OFString*) |
src |
destinationPath: |
|
(OFString*) |
dest | |
|
|
| | |
- Parameters:
-
| class_ | The class of the object which caused the exception |
| src | The source for the symlink |
| dest | The destination for the symlink |
- Returns:
- A new symlink failed exception
- Returns:
- A string with the source for the symlink
The documentation for this class was generated from the following files: