Class: cTrappedErrors

Module location: cWebAppError.pkg line 81 (view source)

Maintain a set of ignored errors, which can be used by the error handle (error_report) to skip an error. This class assumes that there will only be a small number of ignored errors. If you need to trap all errors or many errors you really want to build your own error handler to do this.

Class Hierarchy:

ARRAYSetcTrappedErrors

Class Definition

Functions and Procedures

IgnoreError(integer iError)
Flag error as non-trappable
integerisTrapped(integer iError)
Return 1 if Error is trapped, 0 otherwise.
TrapAllErrors()
Flag all errors as trappable
TrapError(integer iError)
Flag error as trappable

Instances

Mdi_DialogsDfaclnt.pkg32
SetTemplateset.pkg102

References (1):

ModuleContaining SymbolLine
cWebAppError.pkgoTrappedErrors156