#include <FactoryExceptions.hpp>
Public Member Functions | |
| virtual const char * | what () const throw () |
| wrong_types_of_args_exception (int w, const std::string &expected, const std::string &received) | |
| ~wrong_types_of_args_exception () throw () | |
Public Attributes | |
| std::string | expected_ |
| std::string | received_ |
| std::string | whatstr |
| int | whicharg |
Exception thrown when a factory is requested to create an object, but a wrong argument type was given.
Definition at line 97 of file FactoryExceptions.hpp.
| RTT::wrong_types_of_args_exception::wrong_types_of_args_exception | ( | int | w, |
| const std::string & | expected, | ||
| const std::string & | received | ||
| ) |
Definition at line 95 of file FactoryExceptions.cpp.
Definition at line 106 of file FactoryExceptions.cpp.
| const char * RTT::wrong_types_of_args_exception::what | ( | ) | const throw () [virtual] |
Definition at line 109 of file FactoryExceptions.cpp.
| std::string RTT::wrong_types_of_args_exception::expected_ |
Definition at line 103 of file FactoryExceptions.hpp.
| std::string RTT::wrong_types_of_args_exception::received_ |
Definition at line 104 of file FactoryExceptions.hpp.
| std::string RTT::wrong_types_of_args_exception::whatstr |
Definition at line 105 of file FactoryExceptions.hpp.
Definition at line 102 of file FactoryExceptions.hpp.