#include <string>
#include <exception>
#include "rtt-config.h"
Go to the source code of this file.
Classes | |
struct | RTT::invalid_handle_exception |
struct | RTT::name_not_found_exception |
struct | RTT::no_asynchronous_operation_exception |
struct | RTT::non_lvalue_args_exception |
struct | RTT::wrong_number_of_args_exception |
struct | RTT::wrong_types_of_args_exception |
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
This file contains some structs that can be thrown by both DataSourceFactory's and CommandFactory's.
Definition in file FactoryExceptions.hpp.