![]() |
Vault
4.1
|
This exception subclass is thrown by the throwing getters if they cannot find the requested attribute. More...
#include <vbento.h>
Public Member Functions | |
VBentoNotFoundException (const VString &dataTypeID, const VString &attributeName) | |
Public Attributes | |
const VString | mDataTypeID |
const VString | mAttributeName |
Static Public Attributes | |
static const int | BENTO_ATTRIBUTE_NOT_FOUND_ERROR = -2 |
Just to distinguish from a generic -1 error. |
This exception subclass is thrown by the throwing getters if they cannot find the requested attribute.
It uses a specific error code (BENTO_ATTRIBUTE_NOT_FOUND_ERROR), and makes the particular attribute type and name available for examination.