#include <fileException.hpp>
File exception class.
- Author
- Vincent Lachenal
| FileException::FileException |
( |
const std::string & |
message | ) |
|
| FileException::FileException |
( |
const std::string & |
message, |
|
|
int |
errnum |
|
) |
| |
FileException constructor
- Parameters
-
| message | The error message |
| errnum | System error number |
| FileException::~FileException |
( |
| ) |
|
|
virtualnoexcept |
| const char * FileException::what |
( |
| ) |
const |
|
virtualnoexcept |
Display message error
- Returns
- The message error
The documentation for this class was generated from the following files: