#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.
Definition at line 56 of file FactoryExceptions.cpp.
Definition at line 61 of file FactoryExceptions.cpp.
const char * RTT::invalid_handle_exception::what | ( | ) | const throw () [virtual] |
Definition at line 63 of file FactoryExceptions.cpp.
std::string RTT::invalid_handle_exception::whatstr |
Definition at line 74 of file FactoryExceptions.hpp.