RTT::wrong_types_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_types_of_args_exception (int w, const std::string &expected, const std::string &received)
 wrong_types_of_args_exception (int w, const std::string &expected, const std::string &received)
 ~wrong_types_of_args_exception () throw ()
 ~wrong_types_of_args_exception () throw ()

Public Attributes

std::string expected_
std::string received_
std::string whatstr
int whicharg

Detailed Description

Exception thrown when a factory is requested to create an object, but a wrong argument type was given.

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


Constructor & Destructor Documentation

RTT::wrong_types_of_args_exception::wrong_types_of_args_exception ( int  w,
const std::string &  expected,
const std::string &  received 
)

Definition at line 93 of file FactoryExceptions.cpp.

RTT::wrong_types_of_args_exception::~wrong_types_of_args_exception (  )  throw ()

Definition at line 104 of file FactoryExceptions.cpp.

RTT::wrong_types_of_args_exception::wrong_types_of_args_exception ( int  w,
const std::string &  expected,
const std::string &  received 
)
RTT::wrong_types_of_args_exception::~wrong_types_of_args_exception (  )  throw ()

Member Function Documentation

virtual const char* RTT::wrong_types_of_args_exception::what (  )  const throw () [virtual]
const char * RTT::wrong_types_of_args_exception::what (  )  const throw () [virtual]

Definition at line 107 of file FactoryExceptions.cpp.


Member Data Documentation

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

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

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

Definition at line 102 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