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

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

#include <OFDeleteFileFailedException.h>

Inheritance diagram for OFDeleteFileFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:path: (Class class_,[path] OFString *path)
int errNo ()
OFStringpath ()

Static Public Member Functions

id newWithClass:path: (Class class_,[path] OFString *path)

Properties

OFStringpath
int errNo

Detailed Description

An exception indicating that deleting a file failed.


Member Function Documentation

int OFDeleteFileFailedException::errNo ( ) [virtual]
Returns:
The errno from when the exception was created
id OFDeleteFileFailedException::initWithClass:path: ( Class  class_,
[path] OFString path 
) [virtual]

Initializes an already allocated delete file failed exception.

Parameters:
class_The class of the object which caused the exception
pathThe path of the file
Returns:
An initialized delete file failed exception
id OFDeleteFileFailedException::newWithClass:path: ( Class  class_,
[path] OFString path 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
pathThe path of the file
Returns:
A new delete file failed exception
OFString* OFDeleteFileFailedException::path ( ) [virtual]
Returns:
The path of the file

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