ATLAS Offline Software
Loading...
Searching...
No Matches
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.

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}
std::string excNoCondCont_format(const std::string &key, const std::string &why)
Helper: format exception error string.

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