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

An exception indicating that deleting a directory failed. More...

#include <OFDeleteDirectoryFailedException.h>

Inheritance diagram for OFDeleteDirectoryFailedException:
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 that deleting a directory failed.


Member Function Documentation

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

Initializes an already allocated delete directory failed exception.

Parameters:
class_The class of the object which caused the exception
pathThe path of the directory
Returns:
An initialized delete directory failed exception
id OFDeleteDirectoryFailedException::newWithClass:path: ( Class  class_,
[path] OFString path 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
pathThe path of the directory
Returns:
A new delete directory failed exception
OFString* OFDeleteDirectoryFailedException::path ( ) [virtual]
Returns:
The path of the directory

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