ExceptionHandlerDesc Class

The ExceptionHandlerDesc class represents exception handlers that have been armed globally or locally by the current process in the current node.

You can populate an array of transient instances of the ExceptionHandlerDesc class by executing the getExceptionHandlerStack method of the Process class. The array of ExceptionHandlerDesc objects represents the exception handler stack for the process on the current node. For more details, see "Viewing the Exception Handler Stack", in Chapter 3 of the JADE Developer’s Reference.

For details about the properties defined in the ExceptionHandlerDesc class, see "ExceptionHandlerDesc Properties", in the following subsection.

Object

(None)