ATLAS Offline Software
|
Exception thrown by the ITechnologySpecificAttributes class. More...
#include <ITechnologySpecificAttributes.h>
Public Member Functions | |
Exception (const std::string &message) | |
Constructor. More... | |
virtual | ~Exception () throw () |
Destructor. 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 thrown by the ITechnologySpecificAttributes class.
Definition at line 25 of file ITechnologySpecificAttributes.h.
|
inline |
Constructor.
Definition at line 28 of file ITechnologySpecificAttributes.h.
|
inlinevirtual |
Destructor.
Reimplemented from pool::Exception.
Definition at line 33 of file ITechnologySpecificAttributes.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.