ATLAS Offline Software
|
Exception — DecorHandle given an element not in the requested container. More...
#include <exceptions.h>
Public Member Functions | |
ExcBadDecorElement (Gaudi::DataHandle::Mode mode, CLID clid, const std::string &decorKey) | |
Constructor. More... | |
Exception — DecorHandle given an element not in the requested container.
Definition at line 374 of file Control/StoreGate/StoreGate/exceptions.h.
SG::ExcBadDecorElement::ExcBadDecorElement | ( | Gaudi::DataHandle::Mode | mode, |
CLID | clid, | ||
const std::string & | decorKey | ||
) |
Constructor.
mode | Reader or Writer, depending on the handle type. |
clid | CLID from the handle. |
decorKey | Decoration key in CONTAINER.DECOR format. |
Definition at line 476 of file Control/StoreGate/src/exceptions.cxx.