Exception thrown when a factory is requested to create an object with an unknown name. More...
#include <rtt/FactoryExceptions.hpp>
Inherits std::exception.
Public Member Functions | |
name_not_found_exception (const std::string &n="name") | |
virtual const char * | what () const throw () |
Public Attributes | |
std::string | name |
std::string | whatstr |
Exception thrown when a factory is requested to create an object with an unknown name.
Definition at line 55 of file FactoryExceptions.hpp.