Class ExceptionDialog

java.lang.Object
javafx.scene.control.Dialog<ButtonType>
org.controlsfx.dialog.ExceptionDialog
All Implemented Interfaces:
EventTarget

public class ExceptionDialog extends Dialog<ButtonType>
Dialog with exception details.
Usage: Simply pass a Throwable and the dialog will display:
  • The exception message
  • The full exception stack trace in an expandable TextArea.
  • Constructor Details

    • ExceptionDialog

      public ExceptionDialog(Throwable exception)