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

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}
std::string excInvalidThinningTarget_format(unsigned int clid, const std::string &key)
Helper: format exception error string.

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