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

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

#include <rtt/FactoryExceptions.hpp>

Inherits std::exception.

List of all members.

Public Member Functions

 wrong_types_of_args_exception (int w, const std::string &expected, const std::string &received)
virtual const char * what () const throw ()

Public Attributes

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

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 FactoryExceptions.hpp.


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