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

Exception — Linked variable mismatch. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcLinkMismatch:
Collaboration diagram for SG::ExcLinkMismatch:

Public Member Functions

 ExcLinkMismatch (SG::auxid_t auxid, const std::type_info &type, SG::auxid_t existing_linked_id, SG::auxid_t requested_linked_id)
 Constructor. More...
 

Detailed Description

Exception — Linked variable mismatch.

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

Constructor & Destructor Documentation

◆ ExcLinkMismatch()

SG::ExcLinkMismatch::ExcLinkMismatch ( SG::auxid_t  auxid,
const std::type_info &  type,
SG::auxid_t  existing_linked_id,
SG::auxid_t  requested_linked_id 
)

Constructor.

Parameters
auxidID of the requested aux data item.
typeType of the item.
existing_linked_idID of existing linked variable.
requested_linked_idID of requested linked variable.

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

548  : std::runtime_error (excLinkMismatch_format (auxid, type,
549  existing_linked_id, requested_linked_id))
550 {
551 }

The documentation for this class was generated from the following files:
SG::excLinkMismatch_format
std::string excLinkMismatch_format(SG::auxid_t auxid, const std::type_info &type, SG::auxid_t existing_linked_id, SG::auxid_t requested_linked_id)
Helper: format exception error string.
Definition: Control/AthContainers/Root/exceptions.cxx:521
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78