#include <parse_exception.hpp>
Protected Member Functions | |
semantic_parse_exception () | |
Protected Member Functions inherited from RTT::parse_exception | |
parse_exception () | |
Private Member Functions | |
semantic_parse_exception & | operator= (const semantic_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 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.
|
inlineprotected |
Definition at line 108 of file parse_exception.hpp.
|
private |