Orocos Real-Time Toolkit
2.9.0
|
An exception which a parser may throw to indicate that it failed to understand the input, and thus can not interpret its validity. More...
#include <rtt/scripting/parse_exception.hpp>
Public Member Functions | |
parse_exception_parser_fail (const std::string &reason) | |
const std::string | what () const |
parse_exception_parser_fail * | copy () const |
An exception which a parser may throw to indicate that it failed to understand the input, and thus can not interpret its validity.
It is the equivalent of a failing parser rule.
Definition at line 248 of file parse_exception.hpp.
|
inline |
Definition at line 253 of file parse_exception.hpp.
|
inlinevirtual |
Implements RTT::parse_exception.
Definition at line 262 of file parse_exception.hpp.
|
inlinevirtual |
Implements RTT::parse_exception.
Definition at line 257 of file parse_exception.hpp.
Referenced by RTT::StatementProcessor::D::doPrint().