RTT::wrong_number_of_args_exception Struct Reference

#include <FactoryExceptions.hpp>

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

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 ()

Member Function Documentation

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.


Member Data Documentation

Definition at line 86 of file install/include/rtt/FactoryExceptions.hpp.

Definition at line 85 of file install/include/rtt/FactoryExceptions.hpp.

Definition at line 87 of file install/include/rtt/FactoryExceptions.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:49:49 2013