sisi4s
|
Thrown when validation of results fails. More...
#include <CLI11.hpp>
Public Member Functions | |
ValidationError (std::string msg, ExitCodes exit_code) | |
ValidationError (std::string msg, int exit_code) | |
ValidationError (std::string msg) | |
ValidationError (std::string name, std::string msg) | |
Public Member Functions inherited from CLI::ParseError | |
ParseError (std::string msg, ExitCodes exit_code) | |
ParseError (std::string msg, int exit_code) | |
Public Member Functions inherited from CLI::Error | |
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) | |
Protected Member Functions | |
ValidationError (std::string ename, std::string msg, int exit_code) | |
ValidationError (std::string ename, std::string msg, ExitCodes exit_code) | |
Protected Member Functions inherited from CLI::ParseError | |
ParseError (std::string ename, std::string msg, int exit_code) | |
ParseError (std::string ename, std::string msg, ExitCodes exit_code) | |
Thrown when validation of results fails.
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inlineexplicit |
|
inlineexplicit |