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

Exception thrown when a factory is requested to produce an asynchronous object while it is not available for that operation. More...

#include <rtt/FactoryExceptions.hpp>

Inheritance diagram for RTT::no_asynchronous_operation_exception:

Public Member Functions

 no_asynchronous_operation_exception (const std::string &what)
 
 ~no_asynchronous_operation_exception () throw ()
 
virtual const char * what () const throw ()
 

Public Attributes

std::string whatstr
 

Detailed Description

Exception thrown when a factory is requested to produce an asynchronous object while it is not available for that operation.

Definition at line 115 of file FactoryExceptions.hpp.

Constructor & Destructor Documentation

RTT::no_asynchronous_operation_exception::no_asynchronous_operation_exception ( const std::string &  what)

Definition at line 67 of file FactoryExceptions.cpp.

RTT::no_asynchronous_operation_exception::~no_asynchronous_operation_exception ( )
throw (
)

Definition at line 72 of file FactoryExceptions.cpp.

Member Function Documentation

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

Definition at line 74 of file FactoryExceptions.cpp.

References whatstr.

Referenced by RTT::OperationCallerC::D::~D().

Member Data Documentation

std::string RTT::no_asynchronous_operation_exception::whatstr

Definition at line 118 of file FactoryExceptions.hpp.

Referenced by what().


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