$search
#include <parse_exception.hpp>
Protected Member Functions | |
syntactic_parse_exception () | |
Private Member Functions | |
syntactic_parse_exception & | operator= (const syntactic_parse_exception &) |
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.
RTT::scripting::syntactic_parse_exception::syntactic_parse_exception | ( | ) | [inline, protected] |
Definition at line 151 of file parse_exception.hpp.
syntactic_parse_exception& RTT::scripting::syntactic_parse_exception::operator= | ( | const syntactic_parse_exception & | ) | [private] |