#include <core/exceptions/system.h>
Inheritance diagram for fawkes::FileWriteException:
Public Member Functions | |
FileWriteException (const char *filename, int errno, const char *additional_msg=0) throw () | |
Constructor with error number. | |
FileWriteException (const char *filename, const char *additional_msg=0) throw () | |
Constructor with error number. |
Writing to a file failed. Optional error number and message describe the problem in more detail.
Definition at line 68 of file system.h.
fawkes::FileWriteException::FileWriteException | ( | const char * | filename, | |
int | errno, | |||
const char * | additional_msg = 0 | |||
) | throw () |
Constructor with error number.
filename | name of file which could not be written to | |
errno | error number | |
additional_msg | optional additional message |
Definition at line 186 of file system.cpp.
fawkes::FileWriteException::FileWriteException | ( | const char * | filename, | |
const char * | additional_msg = 0 | |||
) | throw () |
Constructor with error number.
filename | name of file which could not be written | |
additional_msg | optional additional message |
Definition at line 199 of file system.cpp.