Public Member Functions | Public Attributes | List of all members
RTT::wrong_number_of_args_exception Struct Reference

#include <FactoryExceptions.hpp>

Inheritance diagram for RTT::wrong_number_of_args_exception:
Inheritance graph
[legend]

Public Member Functions

virtual const char * what () const throw ()
 
 wrong_number_of_args_exception (int w, int r)
 
 ~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 FactoryExceptions.hpp.

Constructor & Destructor Documentation

RTT::wrong_number_of_args_exception::wrong_number_of_args_exception ( int  w,
int  r 
)

Definition at line 78 of file FactoryExceptions.cpp.

RTT::wrong_number_of_args_exception::~wrong_number_of_args_exception ( )
throw (
)

Definition at line 89 of file FactoryExceptions.cpp.

Member Function Documentation

const char * RTT::wrong_number_of_args_exception::what ( ) const
throw (
)
virtual

Definition at line 91 of file FactoryExceptions.cpp.

Member Data Documentation

int RTT::wrong_number_of_args_exception::received

Definition at line 86 of file FactoryExceptions.hpp.

int RTT::wrong_number_of_args_exception::wanted

Definition at line 85 of file FactoryExceptions.hpp.

std::string RTT::wrong_number_of_args_exception::whatstr

Definition at line 87 of file FactoryExceptions.hpp.


The documentation for this struct was generated from the following files:


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:41