#include <parse_exception.hpp>
Protected Member Functions | |
fatal_semantic_parse_exception () | |
Protected Member Functions inherited from RTT::parse_exception | |
parse_exception () | |
Private Member Functions | |
fatal_semantic_parse_exception & | operator= (const fatal_syntactic_parse_exception &) |
Additional Inherited Members | |
Public Member Functions inherited from RTT::parse_exception | |
virtual parse_exception * | copy () const =0 |
virtual const std::string | what () const =0 |
virtual | ~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 parse_exception.hpp.
|
inlineprotected |
Definition at line 137 of file parse_exception.hpp.
|
private |