#include <DataSource.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
virtual | ~bad_assignment () throw () |
This exception is thrown if the target and source type of an assignment of a DataSource with a base::DataSourceBase differ.
Definition at line 62 of file DataSource.hpp.
RTT::bad_assignment::~bad_assignment | ( | ) | throw () [virtual] |
Definition at line 66 of file DataSource.cpp.
const char * RTT::bad_assignment::what | ( | ) | const throw () [virtual] |
Definition at line 67 of file DataSource.cpp.