Fawkes API Fawkes Development Version
|
Could not write to file. More...
#include <>>
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. |
Could not write to file.
Writing to a file failed. Optional error number and message describe the problem in more detail.
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.