Structure for exception handling when file open is failed. More...
#include <ModuleManager.h>
Public Member Functions | |
Error (const std::string &_reason) | |
Public Attributes | |
std::string | reason |
Structure for exception handling when file open is failed.
Definition at line 121 of file ModuleManager.h.
RTC::ModuleManager::Error::Error | ( | const std::string & | _reason | ) | [inline] |
Definition at line 123 of file ModuleManager.h.
std::string RTC::ModuleManager::Error::reason |
Definition at line 125 of file ModuleManager.h.