OFRenameFileFailedException Class Reference

An exception indicating that renaming a file failed. More...

#import <OFExceptions.h>

Inheritance diagram for OFRenameFileFailedException:
OFException OFObject

List of all members.

Public Member Functions

(id) - initWithClass:from:to:
(int) - errNo
(OFString *) - from
(OFString *) - to

Static Public Member Functions

(id) + newWithClass:from:to:

Protected Attributes

OFStringfrom
OFStringto
int err

Detailed Description

An exception indicating that renaming a file failed.


Member Function Documentation

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

Initializes an already allocated rename failed exception.

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

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

Generated on Sun Mar 14 13:41:06 2010 for ObjFW by  doxygen 1.6.1