org.pentaho.di.ui.core.dialog
Class ErrorDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.ErrorDialog

public class ErrorDialog
extends Dialog

Dialog to display an error generated by a Kettle Exception.

Since:
19-06-2003
Author:
Matt

Constructor Summary
ErrorDialog(Shell parent, String title, String message, Exception exception)
           
ErrorDialog(Shell parent, String title, String message, Exception exception, boolean showCancelButton)
           
ErrorDialog(Shell parent, String title, String message, Throwable throwable)
           
 
Method Summary
 void dispose()
           
 boolean isCancelled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorDialog

public ErrorDialog(Shell parent,
                   String title,
                   String message,
                   Throwable throwable)

ErrorDialog

public ErrorDialog(Shell parent,
                   String title,
                   String message,
                   Exception exception)

ErrorDialog

public ErrorDialog(Shell parent,
                   String title,
                   String message,
                   Exception exception,
                   boolean showCancelButton)
Method Detail

dispose

public void dispose()

isCancelled

public boolean isCancelled()