Public Member Functions | Static Public Member Functions | Properties

OFChangeFileOwnerFailedException Class Reference

An exception indicating that changing the owner of a file failed. More...

#import <OFChangeFileOwnerFailedException.h>

Inheritance diagram for OFChangeFileOwnerFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

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

Static Public Member Functions

(id) + newWithClass:path:owner:group:

Properties

OFStringpath
OFStringowner
OFStringgroup
int errNo

Detailed Description

An exception indicating that changing the owner of a file failed.


Member Function Documentation

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

Initializes an already allocated change file owner failed exception.

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

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