Class ExceptionDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ExceptionDialog extends Dialog
Dialog used for displaying throwables. This dialog contains a wrapping label for displaying either a specified message or the localized message of the throwable, a button which, when pressed, generates an HTML page containing the stack trace of the given throwable, and a button to close the dialog.

Supported API:true

Extendable: false
See Also: