showDialog

showDialog(): Boolean;

The showDialog method of the Exception class displays the default exception dialog, which provides details of the current exception and buttons that enable you to:

The exception dialog can be closed by clicking the Abort button or the Ignore button (if the exception is continuable). If the exception can be ignored and the user clicks the Ignore button, the showDialog method returns true. If the user clicks the Abort button, the showDialog method returns false.

For more details, see "Default Exception Handler", in Chapter 3 of the JADE Developer’s Reference.

This method can be called from a user-defined exception handler and it can be called by the defaultHandler method. (For more details, see the Exception class defaultHandler method, earlier in this section.) See also "Handling Exceptions", in Chapter 3 of the JADE Developer’s Reference.