Orocos Real-Time Toolkit  2.6.0
Public Member Functions
RTT::parse_exception Class Reference

This is the uppermost exception class in the parser system. More...

#include <rtt/scripting/parse_exception.hpp>

Inheritance diagram for RTT::parse_exception:
RTT::scripting::fatal_semantic_parse_exception RTT::scripting::fatal_syntactic_parse_exception RTT::scripting::parse_exception_parser_fail RTT::scripting::semantic_parse_exception RTT::scripting::syntactic_parse_exception RTT::scripting::parse_exception_fatal_semantic_error RTT::scripting::parse_exception_semantic_error RTT::scripting::parse_exception_syntactic_error

List of all members.

Public Member Functions

virtual const std::string what () const =0
virtual parse_exceptioncopy () const =0

Detailed Description

This is the uppermost exception class in the parser system.

Throughout the parser system, exceptions are thrown that inherit from this.

Definition at line 83 of file parse_exception.hpp.


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