This file contains some structs that can be thrown by both DataSourceFactory's and CommandFactory's. More...
#include <string>#include <exception>#include "rtt-config.h"Go to the source code of this file.
Classes | |
| struct | RTT::name_not_found_exception |
| Exception thrown when a factory is requested to create an object with an unknown name. More... | |
| struct | RTT::wrong_number_of_args_exception |
| Exception thrown when a factory is requested to create an object but the wrong number of arguments was given. More... | |
| struct | RTT::wrong_types_of_args_exception |
| Exception thrown when a factory is requested to create an object, but a wrong argument type was given. More... | |
| struct | RTT::non_lvalue_args_exception |
| 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... | |
Namespaces | |
| namespace | RTT |
We can't use typedefs since C++ doesn't allow it for templated classes without specifying all the template parameters. | |
This file contains some structs that can be thrown by both DataSourceFactory's and CommandFactory's.
Definition in file FactoryExceptions.hpp.
1.6.3