ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFSymlinkFailedException Class Reference

An exception indicating that creating a symlink failed. More...

#include <OFSymlinkFailedException.h>

Inheritance diagram for OFSymlinkFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:sourcePath:destinationPath: (Class class_,[sourcePath] OFString *src,[destinationPath] OFString *dest)
int errNo ()
OFStringsourcePath ()
OFStringdestinationPath ()

Static Public Member Functions

id newWithClass:sourcePath:destinationPath: (Class class_,[sourcePath] OFString *src,[destinationPath] OFString *dest)

Properties

OFStringsourcePath
OFStringdestinationPath
int errNo

Detailed Description

An exception indicating that creating a symlink failed.


Member Function Documentation

OFString* OFSymlinkFailedException::destinationPath ( ) [virtual]
Returns:
A string with the destination for the symlink
int OFSymlinkFailedException::errNo ( ) [virtual]
Returns:
The errno from when the exception was created
id OFSymlinkFailedException::initWithClass:sourcePath:destinationPath: ( Class  class_,
[sourcePath] OFString src,
[destinationPath] OFString dest 
) [virtual]

Initializes an already allocated symlink failed exception.

Parameters:
class_The class of the object which caused the exception
srcThe source for the symlink
destThe destination for the symlink
Returns:
An initialized symlink failed exception
id OFSymlinkFailedException::newWithClass:sourcePath:destinationPath: ( Class  class_,
[sourcePath] OFString src,
[destinationPath] OFString dest 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
srcThe source for the symlink
destThe destination for the symlink
Returns:
A new symlink failed exception
OFString* OFSymlinkFailedException::sourcePath ( ) [virtual]
Returns:
A string with the source for the symlink

The documentation for this class was generated from the following files:
 All Classes Functions Variables