Exception for parser error reporting. More...
#include <cmtkCommandLine.h>
Public Member Functions | |
Exception (const char *message=NULL, const size_t index=0) | |
Constructor. | |
Exception (const std::string &message, const size_t index=0) | |
Constructor. | |
Public Attributes | |
std::string | Message |
The error message describing the parsing condition. | |
size_t | Index |
The parameter index where the condition occured. |
Exception for parser error reporting.
Definition at line 202 of file cmtkCommandLine.h.
cmtk::CommandLine::Exception::Exception | ( | const char * | message = NULL , |
const size_t | index = 0 |
||
) | [inline] |
Constructor.
Definition at line 206 of file cmtkCommandLine.h.
cmtk::CommandLine::Exception::Exception | ( | const std::string & | message, |
const size_t | index = 0 |
||
) | [inline] |
Constructor.
Definition at line 211 of file cmtkCommandLine.h.
The parameter index where the condition occured.
Definition at line 219 of file cmtkCommandLine.h.
Referenced by cmtk::operator<<().
std::string cmtk::CommandLine::Exception::Message |
The error message describing the parsing condition.
Definition at line 216 of file cmtkCommandLine.h.
Referenced by cmtk::operator<<().