OpenRTM  1.0.0
Public Member Functions | List of all members
RTC::ModuleManager::InvalidOperation Struct Reference

Structure for exception handling when specified operation is invalid. More...

#include <ModuleManager.h>

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

Public Member Functions

 InvalidOperation (const std::string &_reason)
 
- Public Member Functions inherited from RTC::ModuleManager::Error
 Error (const std::string &_reason)
 

Additional Inherited Members

- Public Attributes inherited from RTC::ModuleManager::Error
std::string reason
 

Detailed Description

Structure for exception handling when specified operation is invalid.

Constructor & Destructor Documentation

◆ InvalidOperation()

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