#include <FactoryExceptions.hpp>
Public Member Functions | |
| no_asynchronous_operation_exception (const std::string &what) | |
| no_asynchronous_operation_exception (const std::string &what) | |
| virtual const char * | what () const throw () |
| virtual const char * | what () const throw () |
| ~no_asynchronous_operation_exception () throw () | |
| ~no_asynchronous_operation_exception () 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 install/include/rtt/FactoryExceptions.hpp.
| RTT::no_asynchronous_operation_exception::no_asynchronous_operation_exception | ( | const std::string & | what | ) |
Definition at line 65 of file FactoryExceptions.cpp.
| RTT::no_asynchronous_operation_exception::~no_asynchronous_operation_exception | ( | ) | throw () |
Definition at line 70 of file FactoryExceptions.cpp.
| RTT::no_asynchronous_operation_exception::no_asynchronous_operation_exception | ( | const std::string & | what | ) |
| RTT::no_asynchronous_operation_exception::~no_asynchronous_operation_exception | ( | ) | throw () |
| virtual const char* RTT::no_asynchronous_operation_exception::what | ( | ) | const throw () [virtual] |
| const char * RTT::no_asynchronous_operation_exception::what | ( | ) | const throw () [virtual] |
Definition at line 72 of file FactoryExceptions.cpp.
Definition at line 118 of file install/include/rtt/FactoryExceptions.hpp.