$search
#include <FactoryExceptions.hpp>
Public Member Functions | |
| invalid_handle_exception () | |
| virtual const char * | what () const throw () |
| ~invalid_handle_exception () throw () | |
Public Attributes | |
| std::string | whatstr |
Exception thrown when a factory is requested to create an object with an invalid SendHandle.
Definition at line 69 of file FactoryExceptions.hpp.
| RTT::invalid_handle_exception::invalid_handle_exception | ( | ) |
Definition at line 54 of file FactoryExceptions.cpp.
| RTT::invalid_handle_exception::~invalid_handle_exception | ( | ) | throw () |
Definition at line 59 of file FactoryExceptions.cpp.
| const char * RTT::invalid_handle_exception::what | ( | ) | const throw () [virtual] |
Definition at line 61 of file FactoryExceptions.cpp.
| std::string RTT::invalid_handle_exception::whatstr |
Definition at line 74 of file FactoryExceptions.hpp.