Orocos Real-Time Toolkit  2.8.3
Public Member Functions | Public Attributes | List of all members
RTT::invalid_handle_exception Struct Reference

Exception thrown when a factory is requested to create an object with an invalid SendHandle. More...

#include <rtt/FactoryExceptions.hpp>

Inheritance diagram for RTT::invalid_handle_exception:

Public Member Functions

 invalid_handle_exception ()
 
 ~invalid_handle_exception () throw ()
 
virtual const char * what () const throw ()
 

Public Attributes

std::string whatstr
 

Detailed Description

Exception thrown when a factory is requested to create an object with an invalid SendHandle.

Definition at line 69 of file FactoryExceptions.hpp.

Constructor & Destructor Documentation

RTT::invalid_handle_exception::invalid_handle_exception ( )

Definition at line 56 of file FactoryExceptions.cpp.

RTT::invalid_handle_exception::~invalid_handle_exception ( )
throw (
)

Definition at line 61 of file FactoryExceptions.cpp.

Member Function Documentation

const char * RTT::invalid_handle_exception::what ( ) const
throw (
)
virtual

Definition at line 63 of file FactoryExceptions.cpp.

References whatstr.

Member Data Documentation

std::string RTT::invalid_handle_exception::whatstr

Definition at line 74 of file FactoryExceptions.hpp.

Referenced by what().


The documentation for this struct was generated from the following files: