ATLAS Offline Software
Namespaces | Functions
Database/AthenaPOOL/AthenaPoolCnvSvc/src/exceptions.cxx File Reference

Exceptions that can be thrown from AthenaPoolCnvSvc. More...

#include "AthenaPoolCnvSvc/exceptions.h"
#include "CxxUtils/exctrace.h"
#include "GaudiKernel/System.h"
#include <sstream>
Include dependency graph for Database/AthenaPOOL/AthenaPoolCnvSvc/src/exceptions.cxx:

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...
 

Detailed Description

Exceptions that can be thrown from AthenaPoolCnvSvc.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Jan, 2016

Definition in file Database/AthenaPOOL/AthenaPoolCnvSvc/src/exceptions.cxx.