|
|
| HorribleError (std::string msg, ExitCodes exit_code) |
| |
|
| HorribleError (std::string msg, int exit_code) |
| |
|
| HorribleError (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) |
| |
This is just a safety check to verify selection and parsing match - you should not ever see it Strings are directly added to this error, but again, it should never be seen.