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

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}
std::string excBadDecorElement_format(Gaudi::DataHandle::Mode mode, CLID clid, const std::string &decorKey)
Helper: format exception error string.

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