OpenWalnut
1.4.0
|
Indicates invalid input in a parser. More...
#include <WParseError.h>
Public Member Functions | |
WParseError (const std::string &msg="Error while parsing.") | |
Default constructor. | |
virtual | ~WParseError () throw () |
Destructor. |
Indicates invalid input in a parser.
Definition at line 35 of file WParseError.h.
WParseError::WParseError | ( | const std::string & | msg = "Error while parsing." | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WParseError.cpp.
WParseError::~WParseError | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WParseError.cpp.