public interface ErrorDialogHandler<N>
| Modifier and Type | Method and Description |
|---|---|
N |
createExceptionDialog(java.lang.Throwable e)
Create an exception dialog
|
void |
handleExceptionInDialog(java.lang.Throwable e)
handle an thrown exception and return an error dialog.
|
void handleExceptionInDialog(java.lang.Throwable e)
e, - The throwableN createExceptionDialog(java.lang.Throwable e)
e, - The throwable