Class ErrorDialog


  • public class ErrorDialog
    extends org.eclipse.swt.widgets.Dialog
    Dialog to display an error generated by a Kettle Exception.
    Since:
    19-06-2003
    Author:
    Matt
    • Constructor Detail

      • ErrorDialog

        public ErrorDialog​(org.eclipse.swt.widgets.Shell parent,
                           String title,
                           String message,
                           Throwable throwable)
      • ErrorDialog

        public ErrorDialog​(org.eclipse.swt.widgets.Shell parent,
                           String title,
                           String message,
                           Exception exception)
      • ErrorDialog

        public ErrorDialog​(org.eclipse.swt.widgets.Shell parent,
                           String title,
                           String message,
                           Exception exception,
                           boolean showCancelButton)
    • Method Detail

      • showDetails

        protected void showDetails​(String details)
      • dispose

        public void dispose()
      • isCancelled

        public boolean isCancelled()