|
Orocos Real-Time Toolkit
2.8.3
|
Exception thrown when a factory is requested to create an object with an unknown name. More...
#include <rtt/FactoryExceptions.hpp>
Public Member Functions | |
| name_not_found_exception (const std::string &n="name") | |
| ~name_not_found_exception () throw () | |
| 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.
| RTT::name_not_found_exception::name_not_found_exception | ( | const std::string & | n = "name" | ) |
Definition at line 44 of file FactoryExceptions.cpp.
| RTT::name_not_found_exception::~name_not_found_exception | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 50 of file FactoryExceptions.cpp.
|
virtual | |||||||||||||
Definition at line 52 of file FactoryExceptions.cpp.
References whatstr.
| std::string RTT::name_not_found_exception::name |
Definition at line 60 of file FactoryExceptions.hpp.
Referenced by RTT_corba_CSendHandle_i::checkArguments(), RTT_corba_COperationInterface_i::checkOperation(), and name_not_found_exception().
| std::string RTT::name_not_found_exception::whatstr |
Definition at line 61 of file FactoryExceptions.hpp.
Referenced by name_not_found_exception(), and what().
1.8.11