Public Member Functions

fawkes::UnableToOpenFileException Class Reference
[Fawkes Exceptions]

Opening a file failed for some reason. More...

#include <utils/system/file.h>

Inheritance diagram for fawkes::UnableToOpenFileException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 UnableToOpenFileException (const char *filename, int error)
 Constructor.

Detailed Description

Opening a file failed for some reason.

Definition at line 33 of file file.h.


Constructor & Destructor Documentation

fawkes::UnableToOpenFileException::UnableToOpenFileException ( const char *  filename,
int  error 
)

Constructor.

Parameters:
filename the name of the file which couldn't be opened
error the errno

Definition at line 48 of file file.cpp.

References fawkes::Exception::append().


The documentation for this class was generated from the following files: