ATLAS Offline Software
|
Exception class thrown by the classes in the PersistencySvc package. More...
#include <PersistencySvcException.h>
Public Member Functions | |
PersistencySvcException (const std::string &message, const std::string &methodName) | |
Constructor. More... | |
virtual const char * | what () const throw () |
The error reporting method. More... | |
Private Attributes | |
std::string | m_message |
The name of the module which threw the exception. More... | |
Exception class thrown by the classes in the PersistencySvc package.
Definition at line 13 of file PersistencySvcException.h.
|
inline |
Constructor.
Definition at line 16 of file PersistencySvcException.h.
|
inlinevirtualinherited |
The error reporting method.
Definition at line 26 of file Database/APR/POOLCore/POOLCore/Exception.h.
|
privateinherited |
The name of the module which threw the exception.
Definition at line 30 of file Database/APR/POOLCore/POOLCore/Exception.h.