Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
RTT::parse_exception Class Referenceabstract

#include <parse_exception.hpp>

Inheritance diagram for RTT::parse_exception:
Inheritance graph
[legend]

Public Member Functions

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

Protected Member Functions

 parse_exception ()
 

Private Member Functions

parse_exceptionoperator= (const parse_exception &)
 

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.

Constructor & Destructor Documentation

RTT::parse_exception::parse_exception ( )
inlineprotected

Definition at line 88 of file parse_exception.hpp.

virtual RTT::parse_exception::~parse_exception ( )
inlinevirtual

Definition at line 90 of file parse_exception.hpp.

Member Function Documentation

virtual parse_exception* RTT::parse_exception::copy ( ) const
pure virtual
parse_exception& RTT::parse_exception::operator= ( const parse_exception )
private
virtual const std::string RTT::parse_exception::what ( ) const
pure virtual

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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:41