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

An exception indicating a file couldn't be opened. More...

#include <OFOpenFileFailedException.h>

Inheritance diagram for OFOpenFileFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Properties

OFStringpath
OFStringmode
int errNo

Detailed Description

An exception indicating a file couldn't be opened.


Member Function Documentation

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

Initializes an already allocated open file failed exception.

Parameters:
class_The class of the object which caused the exception
pathA string with the path of the file which couldn't be opened
modeA string with the mode in which the file should have been opened
Returns:
An initialized open file failed exception
OFString* OFOpenFileFailedException::mode ( ) [virtual]
Returns:
A string with the mode in which the file should have been opened
id OFOpenFileFailedException::newWithClass:path:mode: ( Class  class_,
[path] OFString path,
[mode] OFString mode 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
pathA string with the path of the file tried to open
modeA string with the mode in which the file should have been opened
Returns:
A new open file failed exception
OFString* OFOpenFileFailedException::path ( ) [virtual]
Returns:
A string with the path of the file which couldn't be opened

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