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:
ARRAY

Set


cTrappedErrorsClass Definition
Functions and Procedures

IgnoreError(integer iError)
			
Flag error as non-trappable
integer
isTrapped(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_Dialogs | Dfaclnt.pkg | 32 | 
| SetTemplate | set.pkg | 102 | 
References (1):