OpenRTM  1.1.1
Public Member Functions | Public Attributes | List of all members
RTC::ModuleManager::Error Struct Reference

Structure for exception handling when file open is failed. More...

#include <ModuleManager.h>

Inheritance diagram for RTC::ModuleManager::Error:
RTC::ModuleManager::InvalidArguments RTC::ModuleManager::InvalidOperation RTC::ModuleManager::NotAllowedOperation

Public Member Functions

 Error (const std::string &_reason)
 

Public Attributes

std::string reason
 

Detailed Description

Structure for exception handling when file open is failed.

Constructor & Destructor Documentation

RTC::ModuleManager::Error::Error ( const std::string &  _reason)
inline

Member Data Documentation

std::string RTC::ModuleManager::Error::reason