24 #ifndef TCLAP_ARG_EXCEPTION_H 25 #define TCLAP_ARG_EXCEPTION_H 48 const std::string&
id =
"undefined",
49 const std::string& td =
"Generic ArgException")
71 if (
_argId ==
"undefined" )
74 return (
"Argument: " +
_argId );
80 const char*
what()
const throw()
82 static std::string ex;
131 const std::string&
id =
"undefined" )
134 std::
string(
"Exception found while parsing " ) +
135 std::
string(
"the value the Arg has been passed." ))
153 const std::string&
id =
"undefined" )
156 std::
string(
"Exception found when the values ") +
157 std::
string(
"on the command line do not meet ") +
158 std::
string(
"the requirements of the defined ") +
177 const std::string&
id =
"undefined" )
180 std::
string(
"Exception found when an Arg object ")+
181 std::
string(
"is improperly defined by the ") +
SpecificationException(const std::string &text="undefined exception", const std::string &id="undefined")
GLsizei const GLchar *const * string
std::string argId() const
ArgException(const std::string &text="undefined exception", const std::string &id="undefined", const std::string &td="Generic ArgException")
std::string typeDescription() const
ArgParseException(const std::string &text="undefined exception", const std::string &id="undefined")
CmdLineParseException(const std::string &text="undefined exception", const std::string &id="undefined")
int getExitStatus() const
std::string _typeDescription
std::string error() const
const char * what() const