ATLAS Offline Software
|
Exception — Caught an exception during conversion. More...
#include <exceptions.h>
Public Member Functions | |
ExcCaughtException (const char *fnname, const char *action, const std::exception &ex, const std::type_info &ti, const std::string &key) | |
Constructor. More... | |
Exception — Caught an exception during conversion.
Encountered an exception during conversion.
Definition at line 85 of file Database/AthenaPOOL/AthenaPoolCnvSvc/AthenaPoolCnvSvc/exceptions.h.
AthenaPoolCnvSvc::ExcCaughtException::ExcCaughtException | ( | const char * | fnname, |
const char * | action, | ||
const std::exception & | ex, | ||
const std::type_info & | ti, | ||
const std::string & | key | ||
) |
Constructor.
fnname | Name of the function being executed. |
action | What we were doing when we caught the exception. |
ex | The caught exception. |
ti | The class being thinned. |
key | Key of the class being thinned. |
Definition at line 120 of file Database/AthenaPOOL/AthenaPoolCnvSvc/src/exceptions.cxx.