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. |
Exception --- Non-const operation performed on const aux data.
You attempted to perform some non-const operation on an object with const auxiliary data.
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. |