#include <Exception.h>
Public Member Functions | |
Exception (const std::string &message, const std::string &methodname, const std::string &moduleName) | |
char const * | what () const override throw () |
~Exception () override throw () | |
Private Attributes | |
std::string | m_message |
Definition at line 6 of file Exception.h.
Exception::Exception | ( | const std::string & | message, |
const std::string & | methodname, | ||
const std::string & | moduleName | ||
) |
Definition at line 2 of file Exception.cc.
|
inlineoverride |
Definition at line 11 of file Exception.h.
|
inlineoverride |
Definition at line 12 of file Exception.h.
References m_message.
Referenced by lumi::Lumi2DB::retrieveData().
|
private |
Definition at line 16 of file Exception.h.
Referenced by what().