Class ErrorDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.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 Details

    • 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, Throwable throwable, Function<String,String> exMsgFunction)
    • 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 Details

    • handleException

      protected void handleException(String message, Exception exception, StringBuilder text, StringBuilder details)
    • showDetails

      protected void showDetails(String details)
    • dispose

      public void dispose()
    • isCancelled

      public boolean isCancelled()