Class ArgParseException
Defined in File arg_exception.hpp
Inheritance Relationships
Base Type
public ecl::ArgException
(Class ArgException)
Class Documentation
-
class ArgParseException : public ecl::ArgException
Defines the exception that is thrown when an argument is improperly parsed.
Thrown from within the child Arg classes when it fails to properly parse the argument it has been passed.
Public Functions
-
inline ArgParseException(const std::string &text = "undefined exception", const std::string &id = "undefined")
Constructor.
- Parameters:
text – - The text of the exception.
id – - The text identifying the argument source of the exception.
-
inline ArgParseException(const std::string &text = "undefined exception", const std::string &id = "undefined")