Defines the exception when an argument is improperly specified. More...
#include <arg_exception.hpp>
Public Member Functions | |
CmdLineParseException (const std::string &text="undefined exception", const std::string &id="undefined") | |
Public Member Functions inherited from ecl::ArgException | |
ArgException (const std::string &text="undefined exception", const std::string &id="undefined", const std::string &td="Generic ArgException") | |
std::string | argId () const |
std::string | error () const |
std::string | typeDescription () const |
const char * | what () const throw () |
virtual | ~ArgException () throw () |
Defines the exception when an argument is improperly specified.
Thrown from CmdLine when the arguments on the command line are not properly specified, e.g. too many arguments, required argument missing, etc.
Definition at line 141 of file arg_exception.hpp.
|
inline |
Constructor.
text | - The text of the exception. |
id | - The text identifying the argument source of the exception. |
Definition at line 150 of file arg_exception.hpp.