![]() |
ATLAS Offline Software
|
Exception — Non-const operation performed on const aux data. More...
#include <exceptions.h>
Public Member Functions | |
ExcConstAuxData (const std::string &op, SG::auxid_t auxid=null_auxid) | |
Constructor. More... | |
Exception — Non-const operation performed on const aux data.
You attempted to perform some non-const operation on an object with const auxiliary data.
Definition at line 75 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcConstAuxData::ExcConstAuxData | ( | const std::string & | op, |
SG::auxid_t | auxid = null_auxid |
||
) |
Constructor.
op | The attempted operation. |
auxid | The ID of the requested aux data item, if any. |
Definition at line 131 of file Control/AthContainers/Root/exceptions.cxx.