Thrown when parsing an INI file and it is missing.
More...
|
|
| FileError (std::string msg, ExitCodes exit_code) |
| |
|
| FileError (std::string msg, int exit_code) |
| |
|
| FileError (std::string msg) |
| |
|
| ParseError (std::string msg, ExitCodes exit_code) |
| |
|
| ParseError (std::string msg, int exit_code) |
| |
|
int | get_exit_code () const |
| |
|
std::string | get_name () const |
| |
|
| Error (std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass)) |
| |
|
| Error (std::string name, std::string msg, ExitCodes exit_code) |
| |
|
|
| FileError (std::string ename, std::string msg, int exit_code) |
| |
|
| FileError (std::string ename, std::string msg, ExitCodes exit_code) |
| |
|
| ParseError (std::string ename, std::string msg, int exit_code) |
| |
|
| ParseError (std::string ename, std::string msg, ExitCodes exit_code) |
| |
Thrown when parsing an INI file and it is missing.