OFCreateDirectoryFailedException Class Reference

An exception indicating a directory couldn't be created. More...

#import <OFExceptions.h>

Inheritance diagram for OFCreateDirectoryFailedException:
OFException OFObject

List of all members.

Public Member Functions

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

Static Public Member Functions

(id) + newWithClass:path:

Protected Attributes

OFStringpath
int errNo

Detailed Description

An exception indicating a directory couldn't be created.


Member Function Documentation

- (int) errNo  
Returns:
The errno from when the exception was created
- (id) initWithClass: (Class)  class_
path: (OFString*)  path 

Initializes an already allocated create directory failed exception.

Parameters:
class_ The class of the object which caused the exception
path A string with the path of the directory which couldn't be created
Returns:
An initialized create directory failed exception
+ (id) newWithClass: (Class)  class_
path: (OFString*)  path 
Parameters:
class_ The class of the object which caused the exception
path A string with the path of the directory which couldn't be created
Returns:
A new create directory failed exception
- (OFString*) path  
Returns:
A string with the path of the file which couldn't be opened

The documentation for this class was generated from the following files:
 All Classes Functions Variables
Generated on Sun May 9 16:52:21 2010 for ObjFW by  doxygen 1.6.3