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

Exception — Attempt to set aux data store on container that doesn't track indices, or disable index tracking for a container with aux data. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcUntrackedSetStore:
Collaboration diagram for SG::ExcUntrackedSetStore:

Public Member Functions

 ExcUntrackedSetStore ()
 Constructor.

Detailed Description

Exception — Attempt to set aux data store on container that doesn't track indices, or disable index tracking for a container with aux data.

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

Constructor & Destructor Documentation

◆ ExcUntrackedSetStore()

SG::ExcUntrackedSetStore::ExcUntrackedSetStore ( )

Constructor.

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

144 : std::runtime_error
145 ("SG::ExcUntrackedSetStore: "
146 "Attempt to set aux data store on container that doesn't track indices, "
147 "or disable index tracking for a container with aux data.")
148{
149}

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