fawkes::CouldNotOpenFileException Class Reference
[Fawkes Exceptions]
File could not be opened.
More...
#include <core/exceptions/system.h>
Inheritance diagram for fawkes::CouldNotOpenFileException:

Public Member Functions | |
| CouldNotOpenFileException (const char *filename, int errno, const char *additional_msg=0) throw () | |
| Constructor with error number. | |
| CouldNotOpenFileException (const char *filename, const char *additional_msg=0) throw () | |
| Constructor with error number. | |
Detailed Description
File could not be opened.The file could not be opened. Optional error number and message describe the problem in more detai.
Definition at line 53 of file system.h.
Constructor & Destructor Documentation
| fawkes::CouldNotOpenFileException::CouldNotOpenFileException | ( | const char * | filename, | |
| int | errno, | |||
| const char * | additional_msg = 0 | |||
| ) | throw () |
Constructor with error number.
- Parameters:
-
filename name of file which could not be opened errno error number additional_msg optional additional message
Definition at line 118 of file system.cpp.
| fawkes::CouldNotOpenFileException::CouldNotOpenFileException | ( | const char * | filename, | |
| const char * | additional_msg = 0 | |||
| ) | throw () |
Constructor with error number.
- Parameters:
-
filename name of file which could not be opened additional_msg optional additional message
Definition at line 131 of file system.cpp.
The documentation for this class was generated from the following files:
- src/libs/core/exceptions/system.h
- src/libs/core/exceptions/system.cpp

