Progress.Lang.StopError class

(Technical Preview only in OpenEdge Release 11.7)

When enabled, and the AVM encounters certain unexpected error conditions, the AVM throws an instance of this Progress.Lang.StopError class containing messages associated with the originating error, and raises the STOP condition.

Progress.Lang.StopError inherits common error handling abilities from Progress.Lang.ProError, which implements the Progress.Lang.Error interface. You can therefore catch this object in a CATCH block to trap error messages associated with the STOP condition.

You cannot inherit from this class.

Serializable:

Yes

Constructors

The class constructors are reserved for system use only.

Super Class

Progress.Lang.SysError class

Interfaces

This class does not implement interfaces (beyond those it inherits from its base class).

Public Properties

This class does not contain properties (beyond those it inherits from its base class).

Public Methods

This class does not contain methods (beyond those it inherits from its base class).

Public Events

This class does not contain events.

Notes

See also

CATCH statement, ON STOP phrase, Progress.Lang.Error interface, Progress.Lang.ProError class , Progress.Lang.Stop class