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

Exception — Linked variable not found. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcNoLinkedVar:
Collaboration diagram for SG::ExcNoLinkedVar:

Public Member Functions

 ExcNoLinkedVar (SG::auxid_t auxid, const std::type_info &type)
 Constructor. More...
 

Detailed Description

Exception — Linked variable not found.

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

Constructor & Destructor Documentation

◆ ExcNoLinkedVar()

SG::ExcNoLinkedVar::ExcNoLinkedVar ( SG::auxid_t  auxid,
const std::type_info &  type 
)

Constructor.

Parameters
auxidID of the requested aux data item.
typeType of the item.

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

577  : std::runtime_error (excNoLinkedVar_format (auxid, type))
578 {
579 }

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