#include <Exception.h>
Public Member Functions | |
invalidDataException (const std::string &message, const std::string &methodname, const std::string &moduleName) | |
~invalidDataException () override throw () | |
Public Member Functions inherited from lumi::Exception | |
Exception (const std::string &message, const std::string &methodname, const std::string &moduleName) | |
char const * | what () const override throw () |
~Exception () override throw () | |
Definition at line 22 of file Exception.h.
lumi::invalidDataException::invalidDataException | ( | const std::string & | message, |
const std::string & | methodname, | ||
const std::string & | moduleName | ||
) |
Definition at line 6 of file Exception.cc.
|
inlineoverride |
Definition at line 25 of file Exception.h.