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

Exception — DecorHandle given an element not in the requested container. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcBadDecorElement:
Collaboration diagram for SG::ExcBadDecorElement:

Public Member Functions

 ExcBadDecorElement (Gaudi::DataHandle::Mode mode, CLID clid, const std::string &decorKey)
 Constructor. More...
 

Detailed Description

Exception — DecorHandle given an element not in the requested container.

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

Constructor & Destructor Documentation

◆ ExcBadDecorElement()

SG::ExcBadDecorElement::ExcBadDecorElement ( Gaudi::DataHandle::Mode  mode,
CLID  clid,
const std::string &  decorKey 
)

Constructor.

Parameters
modeReader or Writer, depending on the handle type.
clidCLID from the handle.
decorKeyDecoration key in CONTAINER.DECOR format.

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

479  : std::runtime_error (excBadDecorElement_format (mode, clid, decorKey))
480 {
481 }

The documentation for this class was generated from the following files:
SG::excBadDecorElement_format
std::string excBadDecorElement_format(Gaudi::DataHandle::Mode mode, CLID clid, const std::string &decorKey)
Helper: format exception error string.
Definition: Control/StoreGate/src/exceptions.cxx:451
Preparation.mode
mode
Definition: Preparation.py:94