ATLAS Offline Software
Public Member Functions | List of all members
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. More...
 

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 37 of file Database/AthenaPOOL/AthenaPoolCnvSvc/src/exceptions.cxx.

38  : std::runtime_error (excNoDictForClass_format (ti))
39 {
40 }

The documentation for this class was generated from the following files:
AthenaPoolCnvSvc::excNoDictForClass_format
std::string excNoDictForClass_format(const std::type_info &ti)
Helper: format exception error string.
Definition: Database/AthenaPOOL/AthenaPoolCnvSvc/src/exceptions.cxx:23