Vault  4.1
Public Member Functions | Public Attributes | Static Public Attributes
VBentoNotFoundException Class Reference

This exception subclass is thrown by the throwing getters if they cannot find the requested attribute. More...

#include <vbento.h>

Inheritance diagram for VBentoNotFoundException:
VStackTraceException VException

List of all members.

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.

Detailed Description

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.

Definition at line 2314 of file vbento.h.


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

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.