Orocos Real-Time Toolkit  2.6.0
Public Member Functions | Public Attributes
RTT::wrong_number_of_args_exception Struct Reference

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.

List of all members.

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

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.


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