Orocos Real-Time Toolkit
2.6.0
|
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>
Inherits std::exception.
Public Member Functions | |
no_asynchronous_operation_exception (const std::string &what) | |
virtual const char * | what () const throw () |
Public Attributes | |
std::string | whatstr |
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.