ATLAS Offline Software
Public Member Functions | List of all members
SG::ExcNoCondCont Class Reference

Exception — Can't retrieve CondCont from ReadCondHandle. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcNoCondCont:
Collaboration diagram for SG::ExcNoCondCont:

Public Member Functions

 ExcNoCondCont (const std::string &key, const std::string &why)
 Constructor. More...
 

Detailed Description

Exception — Can't retrieve CondCont from ReadCondHandle.

The CondCont was not in the conditions store or is of the wrong type.

Definition at line 328 of file Control/StoreGate/StoreGate/exceptions.h.

Constructor & Destructor Documentation

◆ ExcNoCondCont()

SG::ExcNoCondCont::ExcNoCondCont ( const std::string &  key,
const std::string &  why 
)

Constructor.

Parameters
keyThe key being looked up.
whyFurther description.

Definition at line 417 of file Control/StoreGate/src/exceptions.cxx.

418  : std::runtime_error (excNoCondCont_format (key, why))
419 {
420 }

The documentation for this class was generated from the following files:
SG::excNoCondCont_format
std::string excNoCondCont_format(const std::string &key, const std::string &why)
Helper: format exception error string.
Definition: Control/StoreGate/src/exceptions.cxx:401
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37