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

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

#import <OFDeleteDirectoryFailedException.h>

Inheritance diagram for OFDeleteDirectoryFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:path:
(int) - errNo
(OFString *) - path

Static Public Member Functions

(id) + exceptionWithClass:path:

Detailed Description

An exception indicating that deleting a directory failed.


Member Function Documentation

- (int) errNo
Returns:
The errno from when the exception was created
+ (id) exceptionWithClass: (Class)  class_
path: (OFString*)  path 
Parameters:
class_The class of the object which caused the exception
pathThe path of the directory
Returns:
A new delete directory failed exception
- (id) initWithClass: (Class)  class_
path: (OFString*)  path 

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
- (OFString*) path
Returns:
The path of the directory

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