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

An exception indicating a directory couldn't be created. More...

#include <OFCreateDirectoryFailedException.h>

Inheritance diagram for OFCreateDirectoryFailedException:
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 a directory couldn't be created.


Member Function Documentation

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

Initializes an already allocated create directory failed exception.

Parameters:
class_The class of the object which caused the exception
pathA string with the path of the directory which couldn't be created
Returns:
An initialized create directory failed exception
id OFCreateDirectoryFailedException::newWithClass:path: ( Class  class_,
[path] OFString path 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
pathA string with the path of the directory which couldn't be created
Returns:
A new create directory failed exception
OFString* OFCreateDirectoryFailedException::path ( ) [virtual]
Returns:
A string with the path of the directory which couldn't be created

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