#include <rtt/scripting/parse_exception.hpp>

Public Member Functions | |
| virtual const std::string | what () const =0 |
| virtual parse_exception * | copy () const =0 |
Throughout the parser system, exceptions are thrown that inherit from this.
Definition at line 83 of file parse_exception.hpp.
1.5.8