#include <FactoryExceptions.hpp>
Public Member Functions | |
| virtual const char * | what () const throw () |
| virtual const char * | what () const throw () |
| wrong_number_of_args_exception (int w, int r) | |
| wrong_number_of_args_exception (int w, int r) | |
| ~wrong_number_of_args_exception () throw () | |
| ~wrong_number_of_args_exception () throw () | |
Public Attributes | |
| int | received |
| int | wanted |
| std::string | whatstr |
Exception thrown when a factory is requested to create an object but the wrong number of arguments was given.
Definition at line 82 of file install/include/rtt/FactoryExceptions.hpp.
| RTT::wrong_number_of_args_exception::wrong_number_of_args_exception | ( | int | w, | |
| int | r | |||
| ) |
Definition at line 76 of file FactoryExceptions.cpp.
| RTT::wrong_number_of_args_exception::~wrong_number_of_args_exception | ( | ) | throw () |
Definition at line 87 of file FactoryExceptions.cpp.
| RTT::wrong_number_of_args_exception::wrong_number_of_args_exception | ( | int | w, | |
| int | r | |||
| ) |
| RTT::wrong_number_of_args_exception::~wrong_number_of_args_exception | ( | ) | throw () |
| virtual const char* RTT::wrong_number_of_args_exception::what | ( | ) | const throw () [virtual] |
| const char * RTT::wrong_number_of_args_exception::what | ( | ) | const throw () [virtual] |
Definition at line 89 of file FactoryExceptions.cpp.
Definition at line 86 of file install/include/rtt/FactoryExceptions.hpp.
Definition at line 85 of file install/include/rtt/FactoryExceptions.hpp.
| std::string RTT::wrong_number_of_args_exception::whatstr |
Definition at line 87 of file install/include/rtt/FactoryExceptions.hpp.