#include <parse_exception.hpp>
Protected Member Functions | |
syntactic_parse_exception () | |
Protected Member Functions inherited from RTT::parse_exception | |
parse_exception () | |
Private Member Functions | |
syntactic_parse_exception & | operator= (const 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 normal syntactic parse exception means the parser recognised the input, but got stuck later due to a syntactic error, like a missing brace.
Definition at line 145 of file parse_exception.hpp.
|
inlineprotected |
Definition at line 151 of file parse_exception.hpp.
|
private |