The Gaudi Framework
v29r0 (ff2e7097)
|
#include <Gaudi/PluginService.h>
Public Member Functions | |
Exception (std::string msg) | |
~Exception () override throw () | |
const char * | what () const override throw () |
Public Member Functions inherited from std::exception | |
T | what (T...args) |
T | ~exception (T...args) |
T | operator= (T...args) |
T | exception (T...args) |
Private Attributes | |
std::string | m_msg |
Definition at line 67 of file PluginService.h.
Gaudi::PluginService::Exception::Exception | ( | std::string | msg | ) |
Definition at line 125 of file PluginService.cpp.
|
override |
Definition at line 126 of file PluginService.cpp.
|
override |
Definition at line 127 of file PluginService.cpp.
|
private |
Definition at line 75 of file PluginService.h.