#include <ArgException.h>
Inheritance diagram for TCLAP::ArgException:
Public Member Functions | |
ArgException (const std::string &text="undefined exception", const std::string &id="undefined", const std::string &td="Generic ArgException") | |
Constructor. | |
virtual | ~ArgException () throw () |
Destructor. | |
std::string | error () const |
Returns the error text. | |
std::string | argId () const |
Returns the argument id. | |
const char * | what () const throw () |
Returns the arg id and error text. | |
std::string | typeDescription () const |
Returns the type of the exception. |
Should be caught whenever a CmdLine is created and parsed.
Definition at line 36 of file ArgException.h.
|
Constructor.
Definition at line 47 of file ArgException.h. |
|
Destructor.
Definition at line 59 of file ArgException.h. |
|
Returns the argument id.
Definition at line 69 of file ArgException.h. Referenced by TCLAP::StdOutput::failure(). |
|
Returns the error text.
Definition at line 64 of file ArgException.h. Referenced by TCLAP::StdOutput::failure(). |
|
Returns the type of the exception. Used to explain and distinguish between different child exceptions. Definition at line 91 of file ArgException.h. |
|
Returns the arg id and error text.
Definition at line 80 of file ArgException.h. Referenced by TCLAP::ZshCompletionOutput::failure(), and TCLAP::DocBookOutput::failure(). |