ObjFW
|
An exception indicating that changing the owner of a file failed. More...
#import <OFChangeFileOwnerFailedException.h>
Public Member Functions | |
(id) | - initWithClass:path:owner:group: |
(int) | - errNo |
(OFString *) | - path |
(OFString *) | - owner |
(OFString *) | - group |
Static Public Member Functions | |
(id) | + exceptionWithClass:path:owner:group: |
An exception indicating that changing the owner of a file failed.
- (int) errNo |
+ (id) exceptionWithClass: | (Class) | class_ | |
path: | (OFString*) | path | |
owner: | (OFString*) | owner | |
group: | (OFString*) | group | |
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 |
- (OFString*) group |
- (id) initWithClass: | (Class) | class_ | |
path: | (OFString*) | path | |
owner: | (OFString*) | owner | |
group: | (OFString*) | group | |
Initializes an already allocated change file owner failed exception.
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 |
- (OFString*) owner |
- (OFString*) path |