#include <ArgException.h>
Inheritance diagram for TCLAP::ArgParseException:
Public Member Functions | |
ArgParseException (const std::string &text="undefined exception", const std::string &id="undefined") | |
Constructor. |
Definition at line 120 of file ArgException.h.
TCLAP::ArgParseException::ArgParseException | ( | const std::string & | text = "undefined exception" , |
|
const std::string & | id = "undefined" | |||
) | [inline] |
Constructor.
text | - The text of the exception. | |
id | - The text identifying the argument source of the exception. |
Definition at line 129 of file ArgException.h.