Thrown when conversion call back fails, such as when an int fails to coerce to a string.
More...
|
|
| ConversionError (std::string msg, ExitCodes exit_code) |
| |
|
| ConversionError (std::string msg, int exit_code) |
| |
|
| ConversionError (std::string msg) |
| |
|
| ConversionError (std::string member, std::string name) |
| |
|
| ConversionError (std::string name, std::vector< std::string > results) |
| |
|
| 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) |
| |
|
|
| ConversionError (std::string ename, std::string msg, int exit_code) |
| |
|
| ConversionError (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 conversion call back fails, such as when an int fails to coerce to a string.