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

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}
std::string excNoLinkedVar_format(SG::auxid_t auxid, const std::type_info &type)
Helper: format exception error string.

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