Public Member Functions | Protected Member Functions | Private Member Functions
RTT::parse_exception Class Reference

#include <parse_exception.hpp>

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

List of all members.

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 ( ) [inline, protected]

Definition at line 88 of file parse_exception.hpp.

virtual RTT::parse_exception::~parse_exception ( ) [inline, virtual]

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 Sat Jun 8 2019 18:46:37