Orocos Real-Time Toolkit  2.8.3
Public Member Functions | Protected Member Functions | List of all members
RTT::scripting::fatal_syntactic_parse_exception Class Referenceabstract

A Fatal Syntactic parse exception means the parser knows the input is plain wrong and no further attemts should be made to parse it. More...

#include <rtt/scripting/parse_exception.hpp>

Inheritance diagram for RTT::scripting::fatal_syntactic_parse_exception:
RTT::parse_exception

Public Member Functions

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

Protected Member Functions

 fatal_syntactic_parse_exception ()
 

Detailed Description

A Fatal Syntactic parse exception means the parser knows the input is plain wrong and no further attemts should be made to parse it.

Definition at line 116 of file parse_exception.hpp.

Constructor & Destructor Documentation

RTT::scripting::fatal_syntactic_parse_exception::fatal_syntactic_parse_exception ( )
inlineprotected

Definition at line 122 of file parse_exception.hpp.

Member Function Documentation

virtual parse_exception* RTT::parse_exception::copy ( ) const
pure virtualinherited
virtual const std::string RTT::parse_exception::what ( ) const
pure virtualinherited

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