Public Member Functions | Private Attributes | List of all members
RTT::scripting::parse_exception_parser_fail Class Reference

#include <parse_exception.hpp>

Inheritance diagram for RTT::scripting::parse_exception_parser_fail:
Inheritance graph
[legend]

Public Member Functions

parse_exception_parser_failcopy () const
 
 parse_exception_parser_fail (const std::string &reason)
 
const std::string what () const
 
- Public Member Functions inherited from RTT::parse_exception
virtual ~parse_exception ()
 

Private Attributes

std::string mreason
 

Additional Inherited Members

- Protected Member Functions inherited from RTT::parse_exception
 parse_exception ()
 

Detailed Description

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.

Constructor & Destructor Documentation

RTT::scripting::parse_exception_parser_fail::parse_exception_parser_fail ( const std::string &  reason)
inline

Definition at line 253 of file parse_exception.hpp.

Member Function Documentation

parse_exception_parser_fail* RTT::scripting::parse_exception_parser_fail::copy ( ) const
inlinevirtual

Implements RTT::parse_exception.

Definition at line 262 of file parse_exception.hpp.

const std::string RTT::scripting::parse_exception_parser_fail::what ( ) const
inlinevirtual

Implements RTT::parse_exception.

Definition at line 257 of file parse_exception.hpp.

Member Data Documentation

std::string RTT::scripting::parse_exception_parser_fail::mreason
private

Definition at line 251 of file parse_exception.hpp.


The documentation for this class was generated from the following file:


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:47