ObjFW
Public Member Functions | Static Public Member Functions
OFCopyFileFailedException Class Reference

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

#import <OFCopyFileFailedException.h>

Inheritance diagram for OFCopyFileFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:sourcePath:destinationPath:
(int) - errNo
(OFString *) - sourcePath
(OFString *) - destinationPath

Static Public Member Functions

(id) + exceptionWithClass:sourcePath:destinationPath:

Detailed Description

An exception indicating that copying a file failed.


Member Function Documentation

- (OFString*) destinationPath
Returns:
The destination path
- (int) errNo
Returns:
The errno from when the exception was created
+ (id) exceptionWithClass: (Class)  class_
sourcePath: (OFString*)  source
destinationPath: (OFString*)  destination 
Parameters:
class_The class of the object which caused the exception
sourceThe original path
destinationThe new path
Returns:
A new copy file failed exception
- (id) initWithClass: (Class)  class_
sourcePath: (OFString*)  source
destinationPath: (OFString*)  destination 

Initializes an already allocated copy file failed exception.

Parameters:
class_The class of the object which caused the exception
sourceThe original path
destinationThe new path
Returns:
An initialized copy file failed exception
- (OFString*) sourcePath
Returns:
The path of the source file

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