ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaPoolCnvSvc::ExcNoDictForClass Class Reference

Exception — Can't find dictionary information for class. More...

#include <exceptions.h>

Inheritance diagram for AthenaPoolCnvSvc::ExcNoDictForClass:
Collaboration diagram for AthenaPoolCnvSvc::ExcNoDictForClass:

Public Member Functions

 ExcNoDictForClass (const std::type_info &ti)
 Constructor.

Detailed Description

Exception — Can't find dictionary information for class.

POOL was unable to find the dictionary information for a given class.

Definition at line 33 of file Database/AthenaPOOL/AthenaPoolCnvSvc/AthenaPoolCnvSvc/exceptions.h.

Constructor & Destructor Documentation

◆ ExcNoDictForClass()

AthenaPoolCnvSvc::ExcNoDictForClass::ExcNoDictForClass ( const std::type_info & ti)

Constructor.

Parameters
tiThe requested class.

Definition at line 36 of file Database/AthenaPOOL/AthenaPoolCnvSvc/src/exceptions.cxx.

37 : std::runtime_error (excNoDictForClass_format (ti))
38{
39}
std::string excNoDictForClass_format(const std::type_info &ti)
Helper: format exception error string.

The documentation for this class was generated from the following files: