$search
#include <parse_exception.hpp>
Public Member Functions | |
parse_exception_parser_fail * | copy () const |
parse_exception_parser_fail (const std::string &reason) | |
const std::string | what () const |
Private Attributes | |
std::string | mreason |
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.
RTT::scripting::parse_exception_parser_fail::parse_exception_parser_fail | ( | const std::string & | reason | ) | [inline] |
Definition at line 253 of file parse_exception.hpp.
parse_exception_parser_fail* RTT::scripting::parse_exception_parser_fail::copy | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 262 of file parse_exception.hpp.
const std::string RTT::scripting::parse_exception_parser_fail::what | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 257 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_parser_fail::mreason [private] |
Definition at line 251 of file parse_exception.hpp.