OFChangeFileModeFailedException Class Reference

#import <OFExceptions.h>

Inheritance diagram for OFChangeFileModeFailedException:
OFException OFObject

List of all members.

Public Member Functions

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

Static Public Member Functions

(id) + newWithClass:path:mode:

Protected Attributes

OFStringpath
mode_t mode
int err

Detailed Description

An OFException indicating that changing the mode of the file failed.


Member Function Documentation

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

Initializes an already allocated change file mode failed exception.

Parameters:
class_ The class of the object which caused the exception
path The path of the file
mode The new mode for the file
Returns:
An initialized change file mode failed exception
- (mode_t) mode  
Returns:
The new mode for the file
+ (id) newWithClass: (Class)  class_
path: (OFString*)  path
mode: (mode_t)  mode 
Parameters:
class_ The class of the object which caused the exception
path The path of the file
mode The new mode for the file
Returns:
An initialized change file mode 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 Thu Dec 24 11:10:00 2009 for ObjFW by  doxygen 1.6.1