Orocos Real-Time Toolkit
2.8.3
|
Exception thrown when a factory is requested to create an object but the wrong number of arguments was given. More...
#include <rtt/FactoryExceptions.hpp>
Public Member Functions | |
wrong_number_of_args_exception (int w, int r) | |
~wrong_number_of_args_exception () throw () | |
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 82 of file FactoryExceptions.hpp.
RTT::wrong_number_of_args_exception::wrong_number_of_args_exception | ( | int | w, |
int | r | ||
) |
Definition at line 78 of file FactoryExceptions.cpp.
References whatstr.
RTT::wrong_number_of_args_exception::~wrong_number_of_args_exception | ( | ) | ||
throw | ( | |||
) |
Definition at line 89 of file FactoryExceptions.cpp.
|
virtual |
Definition at line 91 of file FactoryExceptions.cpp.
References whatstr.
int RTT::wrong_number_of_args_exception::received |
Definition at line 86 of file FactoryExceptions.hpp.
Referenced by RTT_corba_COperationInterface_i::callOperation(), RTT_corba_CSendHandle_i::checkArguments(), RTT_corba_COperationInterface_i::checkOperation(), RTT::scripting::DataCallParser::DataCallParser(), RTT::scripting::StateGraphParser::getParserResult(), RTT::scripting::ProgramGraphParser::parserUsed(), and RTT_corba_COperationInterface_i::sendOperation().
int RTT::wrong_number_of_args_exception::wanted |
Definition at line 85 of file FactoryExceptions.hpp.
Referenced by RTT_corba_COperationInterface_i::callOperation(), RTT_corba_CSendHandle_i::checkArguments(), RTT_corba_COperationInterface_i::checkOperation(), RTT::scripting::DataCallParser::DataCallParser(), RTT::scripting::StateGraphParser::getParserResult(), RTT::scripting::ProgramGraphParser::parserUsed(), and RTT_corba_COperationInterface_i::sendOperation().
std::string RTT::wrong_number_of_args_exception::whatstr |
Definition at line 87 of file FactoryExceptions.hpp.
Referenced by what(), and wrong_number_of_args_exception().