|
OpenWalnut 1.3.1
|
Indicates invalid input in a parser. More...
#include <WParseError.h>
Inheritance diagram for WParseError: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.
1.7.4