Orocos Real-Time Toolkit  2.5.0
Public Member Functions | Public Attributes
RTT::non_lvalue_args_exception Struct Reference

Exception thrown when a factory is requested to create an object, and one of the arguments needed to be an lvalue (AssignableDataSource) and an rvalue (plain DataSource) was given. More...

#include <rtt/FactoryExceptions.hpp>

Inherits std::exception.

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Exception thrown when a factory is requested to create an object, and one of the arguments needed to be an lvalue (AssignableDataSource) and an rvalue (plain DataSource) was given.

Definition at line 130 of file FactoryExceptions.hpp.


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