#include <parse_exception.hpp>
Protected Member Functions | |
fatal_syntactic_parse_exception () | |
Private Member Functions | |
fatal_syntactic_parse_exception & | operator= (const fatal_syntactic_parse_exception &) |
A Fatal Syntactic parse exception means the parser knows the input is plain wrong and no further attemts should be made to parse it.
Definition at line 116 of file parse_exception.hpp.
RTT::scripting::fatal_syntactic_parse_exception::fatal_syntactic_parse_exception | ( | ) | [inline, protected] |
Definition at line 122 of file parse_exception.hpp.
fatal_syntactic_parse_exception& RTT::scripting::fatal_syntactic_parse_exception::operator= | ( | const fatal_syntactic_parse_exception & | ) | [private] |