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

Exception — ThinningHandle target does not exist. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcInvalidThinningTarget:
Collaboration diagram for SG::ExcInvalidThinningTarget:

Public Member Functions

 ExcInvalidThinningTarget (unsigned int clid, const std::string &key)
 Constructor. More...
 

Detailed Description

Exception — ThinningHandle target does not exist.

The target container referenced by a ThinningHandle does not exist in the event store.

Definition at line 436 of file Control/AthContainers/AthContainers/exceptions.h.

Constructor & Destructor Documentation

◆ ExcInvalidThinningTarget()

SG::ExcInvalidThinningTarget::ExcInvalidThinningTarget ( unsigned int  clid,
const std::string &  key 
)

Constructor.

Parameters
clidThe CLID of the requested container.
keyThe StoreGate key of the requested container.

Definition at line 602 of file Control/AthContainers/Root/exceptions.cxx.

604  : std::runtime_error (excInvalidThinningTarget_format (clid, key))
605 {
606 }

The documentation for this class was generated from the following files:
SG::excInvalidThinningTarget_format
std::string excInvalidThinningTarget_format(unsigned int clid, const std::string &key)
Helper: format exception error string.
Definition: Control/AthContainers/Root/exceptions.cxx:586
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37