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 104 of file FactoryExceptions.hpp.
The documentation for this struct was generated from the following file: