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

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

#include <OFLinkFailedException.h>

Inheritance diagram for OFLinkFailedException:
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 link failed.


Member Function Documentation

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

Initializes an already allocated link failed exception.

Parameters:
class_The class of the object which caused the exception
srcThe source for the link
destThe destination for the link
Returns:
An initialized link failed exception
id OFLinkFailedException::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 link
destThe destination for the link
Returns:
A new link failed exception
OFString* OFLinkFailedException::sourcePath ( ) [virtual]
Returns:
A string with the source for the link

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