RTT::detail::fatal_semantic_parse_exception Class Reference
A Fatal Semantic parse exception means the parser knows that the parsing failed dramatically and should not be passed to another parser.
More...
#include <rtt/scripting/parse_exception.hpp>
List of all members.
|
Public Member Functions |
|
virtual const std::string | what () const =0 |
|
virtual parse_exception * | copy () const =0 |
Detailed Description
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.
The documentation for this class was generated from the following file: