A normal syntactic parse exception means the parser recognised the input, but got stuck later due to a syntactic error, like a missing brace. More...
#include <rtt/scripting/parse_exception.hpp>
Public Member Functions | |
virtual const std::string | what () const =0 |
virtual parse_exception * | copy () const =0 |
A normal syntactic parse exception means the parser recognised the input, but got stuck later due to a syntactic error, like a missing brace.
Definition at line 145 of file parse_exception.hpp.