public abstract class AErrorDialogHandler
extends java.lang.Object
implements org.jacpfx.api.handler.ErrorDialogHandler<javafx.scene.Node>
| Constructor and Description |
|---|
AErrorDialogHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleExceptionInDialog(java.lang.Throwable e)
handle an thrown exception and return an error dialog.
|
protected void |
showModalDialog(javafx.scene.Node node) |
public void handleExceptionInDialog(java.lang.Throwable e)
org.jacpfx.api.handler.ErrorDialogHandlerhandleExceptionInDialog in interface org.jacpfx.api.handler.ErrorDialogHandler<javafx.scene.Node>protected void showModalDialog(javafx.scene.Node node)