ParseException used for parse errors, e.g. More...
#include <GEAR.h>
Public Member Functions | |
| ParseException (std::string text) | |
Public Member Functions inherited from gear::Exception | |
| Exception (const std::string &text) | |
| virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from gear::Exception | |
| std::string | message |
ParseException used for parse errors, e.g.
when reading the xml file.
1.8.6