#include <Exception.h>
|
| Exception (const std::string &message, const std::string &methodname, const std::string &moduleName) |
|
virtual char const * | what () const throw () |
|
virtual | ~Exception () throw () |
|
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.
std::string moduleName(Provenance const &provenance)
virtual lumi::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
virtual char const* lumi::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
std::string lumi::Exception::m_message |
|
private |