Orocos Real-Time Toolkit  2.6.0
Public Member Functions | Public Attributes
RTT::name_not_found_exception Struct Reference

Exception thrown when a factory is requested to create an object with an unknown name. More...

#include <rtt/FactoryExceptions.hpp>

Inherits std::exception.

List of all members.

Public Member Functions

 name_not_found_exception (const std::string &n="name")
virtual const char * what () const throw ()

Public Attributes

std::string name
std::string whatstr

Detailed Description

Exception thrown when a factory is requested to create an object with an unknown name.

Definition at line 55 of file FactoryExceptions.hpp.


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