public interface ErrorDialogHandler<N>
| Modifier and Type | Method and Description |
|---|---|
N |
createExceptionDialog(Throwable e)
Create an exception dialog
|
void |
handleExceptionInDialog(Throwable e)
handle an thrown exception and return an error dialog.
|
void handleExceptionInDialog(Throwable e)
e, - The throwableCopyright © 2014. All rights reserved.