$search
#include <parse_exception.hpp>
Protected Member Functions | |
semantic_parse_exception () | |
Private Member Functions | |
semantic_parse_exception & | operator= (const semantic_parse_exception &) |
A Semantic parse exception means the parser recognised a part of the string, but got into trouble lateron, for example, a missing argument or non existing component.
Definition at line 102 of file parse_exception.hpp.
RTT::scripting::semantic_parse_exception::semantic_parse_exception | ( | ) | [inline, protected] |
Definition at line 108 of file parse_exception.hpp.
semantic_parse_exception& RTT::scripting::semantic_parse_exception::operator= | ( | const semantic_parse_exception & | ) | [private] |