Orocos Real-Time Toolkit  2.9.0
Public Member Functions | Public Attributes | List of all members
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>

Inheritance diagram for RTT::name_not_found_exception:

Public Member Functions

 name_not_found_exception (const std::string &n="name")
 
 ~name_not_found_exception () throw ()
 
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.

Constructor & Destructor Documentation

RTT::name_not_found_exception::name_not_found_exception ( const std::string &  n = "name")

Definition at line 44 of file FactoryExceptions.cpp.

References name, and whatstr.

RTT::name_not_found_exception::~name_not_found_exception ( )
throw (
)

Definition at line 50 of file FactoryExceptions.cpp.

Member Function Documentation

const char * RTT::name_not_found_exception::what ( ) const
throw (
)
virtual

Definition at line 52 of file FactoryExceptions.cpp.

References whatstr.

Member Data Documentation

std::string RTT::name_not_found_exception::name
std::string RTT::name_not_found_exception::whatstr

Definition at line 61 of file FactoryExceptions.hpp.

Referenced by name_not_found_exception(), and what().


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