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

An exception indicating changing to a directory failed. More...

#include <OFChangeDirectoryFailedException.h>

Inheritance diagram for OFChangeDirectoryFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:path: (Class class_,[path] OFString *path)
int errNo ()
OFStringpath ()

Static Public Member Functions

id newWithClass:path: (Class class_,[path] OFString *path)

Properties

OFStringpath
int errNo

Detailed Description

An exception indicating changing to a directory failed.


Member Function Documentation

int OFChangeDirectoryFailedException::errNo ( ) [virtual]
Returns:
The errno from when the exception was created
id OFChangeDirectoryFailedException::initWithClass:path: ( Class  class_,
[path] OFString path 
) [virtual]

Initializes an already allocated change directory failed exception.

Parameters:
class_The class of the object which caused the exception
pathA string with the path of the directory to which couldn't be changed
Returns:
An initialized change directory failed exception
id OFChangeDirectoryFailedException::newWithClass:path: ( Class  class_,
[path] OFString path 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
pathA string with the path of the directory to which couldn't be changed
Returns:
A new change directory failed exception
OFString* OFChangeDirectoryFailedException::path ( ) [virtual]
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:
 All Classes Functions Variables