ATLAS Offline Software
Loading...
Searching...
No Matches
SG::ExcBadAuxVar Class Reference

Exception — Attempt to retrieve nonexistent aux data item. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcBadAuxVar:
Collaboration diagram for SG::ExcBadAuxVar:

Public Member Functions

 ExcBadAuxVar (SG::auxid_t auxid)
 Constructor.

Detailed Description

Exception — Attempt to retrieve nonexistent aux data item.

You attempted to retrieve auxiliary data from an object, but the requested item does not exist.

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

Constructor & Destructor Documentation

◆ ExcBadAuxVar()

SG::ExcBadAuxVar::ExcBadAuxVar ( SG::auxid_t auxid)

Constructor.

Parameters
auxidThe ID of the requested aux data item.

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

106 : std::runtime_error (excBadAuxVar_format (auxid))
107{
108}
std::string excBadAuxVar_format(SG::auxid_t auxid)
Helper: format exception error string.

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