Public Member Functions | Public Attributes
RTT::non_lvalue_args_exception Struct Reference

#include <FactoryExceptions.hpp>

List of all members.

Public Member Functions

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

Public Attributes

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

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.


Constructor & Destructor Documentation

RTT::non_lvalue_args_exception::non_lvalue_args_exception ( int  w,
const std::string &  received 
)

Definition at line 113 of file FactoryExceptions.cpp.

Definition at line 122 of file FactoryExceptions.cpp.


Member Function Documentation

const char * RTT::non_lvalue_args_exception::what ( ) const throw () [virtual]

Definition at line 124 of file FactoryExceptions.cpp.


Member Data Documentation

Definition at line 136 of file FactoryExceptions.hpp.

Definition at line 137 of file FactoryExceptions.hpp.

Definition at line 135 of file FactoryExceptions.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Thu Jan 2 2014 11:35:43