Orocos Real-Time Toolkit  2.9.0
Public Member Functions | List of all members
RTT::scripting::parse_exception_fatal_semantic_error Class Reference

parse_exception class that is used for fatal semantic errors for which it was not worth defining a proper exception class. More...

#include <rtt/scripting/parse_exception.hpp>

Inheritance diagram for RTT::scripting::parse_exception_fatal_semantic_error:
RTT::scripting::fatal_semantic_parse_exception RTT::parse_exception

Public Member Functions

 parse_exception_fatal_semantic_error (const std::string &desc)
 
const std::string what () const
 
parse_exception_fatal_semantic_errorcopy () const
 
const std::string & desc () const
 

Detailed Description

parse_exception class that is used for fatal semantic errors for which it was not worth defining a proper exception class.

Definition at line 216 of file parse_exception.hpp.

Constructor & Destructor Documentation

RTT::scripting::parse_exception_fatal_semantic_error::parse_exception_fatal_semantic_error ( const std::string &  desc)
inline

Definition at line 221 of file parse_exception.hpp.

Member Function Documentation

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

Implements RTT::parse_exception.

Definition at line 231 of file parse_exception.hpp.

const std::string& RTT::scripting::parse_exception_fatal_semantic_error::desc ( ) const
inline

Definition at line 236 of file parse_exception.hpp.

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

Implements RTT::parse_exception.

Definition at line 226 of file parse_exception.hpp.


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