Exception --- Aux data requested from object with no store. More...
#include <exceptions.h>
Public Member Functions | |
| ExcNoAuxStore (SG::auxid_t auxid) | |
| Constructor. | |
| ExcNoAuxStore (const char *op) | |
| Constructor. | |
Exception --- Aux data requested from object with no store.
You attempted to retrieve auxiliary data from an object with no associated auxiliary data store.
| SG::ExcNoAuxStore::ExcNoAuxStore | ( | SG::auxid_t | auxid | ) |
Constructor.
| auxid | The ID of the requested aux data item. |
| SG::ExcNoAuxStore::ExcNoAuxStore | ( | const char * | op | ) |
Constructor.
| op | The attempted operation. |
1.6.1