#include <parse_exception.hpp>
Protected Member Functions | |
fatal_semantic_parse_exception () | |
fatal_semantic_parse_exception () | |
Private Member Functions | |
fatal_semantic_parse_exception & | operator= (const fatal_syntactic_parse_exception &) |
fatal_semantic_parse_exception & | operator= (const fatal_syntactic_parse_exception &) |
A Fatal Semantic parse exception means the parser knows that the parsing failed dramatically and should not be passed to another parser. for example, a missing argument, or the incorrect type.
Definition at line 131 of file install/include/rtt/scripting/parse_exception.hpp.
RTT::scripting::fatal_semantic_parse_exception::fatal_semantic_parse_exception | ( | ) | [inline, protected] |
Definition at line 137 of file install/include/rtt/scripting/parse_exception.hpp.
RTT::scripting::fatal_semantic_parse_exception::fatal_semantic_parse_exception | ( | ) | [inline, protected] |
Definition at line 137 of file rtt/scripting/parse_exception.hpp.
fatal_semantic_parse_exception& RTT::scripting::fatal_semantic_parse_exception::operator= | ( | const fatal_syntactic_parse_exception & | ) | [private] |
fatal_semantic_parse_exception& RTT::scripting::fatal_semantic_parse_exception::operator= | ( | const fatal_syntactic_parse_exception & | ) | [private] |