ATLAS Offline Software
Public Member Functions | List of all members
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. More...
 

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 }

The documentation for this class was generated from the following files:
SG::excBadAuxVar_format
std::string excBadAuxVar_format(SG::auxid_t auxid)
Helper: format exception error string.
Definition: Control/AthContainers/Root/exceptions.cxx:90