Class 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 Detail

      • ExceptionDialog

        public ExceptionDialog​(Throwable exception)