fawkes::UnableToOpenFileException Class Reference
[Fawkes Exceptions]
Opening a file failed for some reason.
More...
#include <utils/system/file.h>
Inheritance diagram for fawkes::UnableToOpenFileException:

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:

