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

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

#include <OFCopyFileFailedException.h>

Inheritance diagram for OFCopyFileFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:sourcePath:destinationPath: (Class class_,[sourcePath] OFString *src,[destinationPath] OFString *dst)
int errNo ()
OFStringsourcePath ()
OFStringdestinationPath ()

Static Public Member Functions

id newWithClass:sourcePath:destinationPath: (Class class_,[sourcePath] OFString *src,[destinationPath] OFString *dst)

Properties

OFStringsourcePath
OFStringdestinationPath
int errNo

Detailed Description

An exception indicating that copying a file failed.


Member Function Documentation

OFString* OFCopyFileFailedException::destinationPath ( ) [virtual]
Returns:
The destination path
int OFCopyFileFailedException::errNo ( ) [virtual]
Returns:
The errno from when the exception was created
id OFCopyFileFailedException::initWithClass:sourcePath:destinationPath: ( Class  class_,
[sourcePath] OFString src,
[destinationPath] OFString dst 
) [virtual]

Initializes an already allocated copy file failed exception.

Parameters:
class_The class of the object which caused the exception
srcThe original path
dstThe new path
Returns:
An initialized copy file failed exception
id OFCopyFileFailedException::newWithClass:sourcePath:destinationPath: ( Class  class_,
[sourcePath] OFString src,
[destinationPath] OFString dst 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
srcThe original path
dstThe new path
Returns:
A new copy file failed exception
OFString* OFCopyFileFailedException::sourcePath ( ) [virtual]
Returns:
The path of the source file

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