![]() |
ATLAS Offline Software
|
Exceptions that can be thrown from AthenaPoolCnvSvc. More...
#include "AthenaPoolCnvSvc/exceptions.h"#include "CxxUtils/exctrace.h"#include "GaudiKernel/System.h"#include <format>#include <sstream>#include <iostream>Go to the source code of this file.
Namespaces | |
| AthenaPoolCnvSvc | |
Functions | |
| std::string | AthenaPoolCnvSvc::excNoDictForClass_format (const std::type_info &ti) |
| Helper: format exception error string. More... | |
| void | AthenaPoolCnvSvc::throwExcNoDictForClass (const std::type_info &ti) |
| Throw a AthenaPoolCnvSvc::ExcNoDictForClass exception. More... | |
| std::string | AthenaPoolCnvSvc::excUnsupportedVersion_format (const std::type_info &ti, const Guid &guid) |
| Helper: format exception error string. More... | |
| void | AthenaPoolCnvSvc::throwExcUnsupportedVersion (const std::type_info &ti, const Guid &guid) |
| Throw a AthenaPoolCnvSvc::ExcUnsupportedVersion exception. More... | |
| std::string | AthenaPoolCnvSvc::excCaughtException_format (const char *fnname, const char *action, const std::exception &ex, const std::type_info &ti, const std::string &key) |
| Helper: format exception error string. More... | |
| void | AthenaPoolCnvSvc::throwExcCaughtException (const char *fnname, const char *action, const std::exception &ex, const std::type_info &ti, const std::string &key) |
| Throw a AthenaPoolCnvSvc::ExcCaughtException exception. More... | |
Exceptions that can be thrown from AthenaPoolCnvSvc.
Definition in file Database/AthenaPOOL/AthenaPoolCnvSvc/src/exceptions.cxx.
1.8.18