#include <core/exceptions/system.h>
Inheritance diagram for fawkes::FileReadException:
Public Member Functions | |
FileReadException (const char *filename, int errno, const char *additional_msg=0) throw () | |
Constructor with error number. | |
FileReadException (const char *filename, const char *additional_msg=0) throw () | |
Constructor with error number. |
The file could not be read. Optional error number and message describe the problem in more detail.
Definition at line 61 of file system.h.
fawkes::FileReadException::FileReadException | ( | const char * | filename, | |
int | errno, | |||
const char * | additional_msg = 0 | |||
) | throw () |
Constructor with error number.
filename | name of file which could not be read | |
errno | error number | |
additional_msg | optional additional message |
Definition at line 152 of file system.cpp.
fawkes::FileReadException::FileReadException | ( | const char * | filename, | |
const char * | additional_msg = 0 | |||
) | throw () |
Constructor with error number.
filename | name of file which could not be read | |
additional_msg | optional additional message |
Definition at line 165 of file system.cpp.