#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 |
| State Machines, Activities, XML Properties, Scripting,. | |
Definition in file FactoryExceptions.hpp.
1.5.8