Exception thrown when a factory is requested to create an object but the wrong number of arguments was given. More...
#include <rtt/FactoryExceptions.hpp>
Inherits std::exception.
Public Member Functions | |
wrong_number_of_args_exception (int w, int r) | |
virtual const char * | what () const throw () |
Public Attributes | |
int | wanted |
int | received |
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 69 of file FactoryExceptions.hpp.