Application.showExceptionForm

When an exception was thrown, the Application class call this method showing the exception information, the user has the choice to continue the application or terminate it.

class Application
package static
DialogResult
showExceptionForm
(
Throwable e
)

Return Value

A DialogResult enum that contains the button clicked by the user (ignore or abort)

Meta