Errors and Warnings > Customizing the Error Handling Mechanism > Base Class
 
Base Class
In objects of the class IldErrorReporter, the following fields can be set when an error is raised:
IldDbms* _dbms;
IldRequest* _request;
IldRelation* _relation;
const char* _query;
IlInt _index;
IlInt _size;
An accessor function exists for each of these fields. For example, the field _dbms is read with the accessor getDbms. The same naming convention is used for all fields.
Most fields also have a modifier function, but it is neither advisable nor practical to use it. After the whole internal processing of the error is complete, one of the two member functions dblinkError or dbmsError is called.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.