This is the uppermost exception class in the parser system. More...
#include <rtt/scripting/parse_exception.hpp>
Public Member Functions | |
virtual const std::string | what () const =0 |
virtual parse_exception * | copy () const =0 |
This is the uppermost exception class in the parser system.
Throughout the parser system, exceptions are thrown that inherit from this.
Definition at line 83 of file parse_exception.hpp.