OFDeleteFileFailedException Class Reference

#import <OFExceptions.h>

Inheritance diagram for OFDeleteFileFailedException:
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 err

Detailed Description

An OFException indicating that deleting a file failed.


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 delete file failed exception.

Parameters:
class_ The class of the object which caused the exception
path The path of the file
Returns:
An initialized delete file failed exception
+ (id) newWithClass: (Class)  class_
path: (OFString*)  path 
Parameters:
class_ The class of the object which caused the exception
path The path of the file
Returns:
A new delete file failed exception
- (OFString*) path  
Returns:
The path of the file

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

Generated on Mon Feb 1 19:19:40 2010 for ObjFW by  doxygen 1.6.1