org.pentaho.di.ui.core.dialog
Class ErrorDialog
java.lang.Object
Dialog
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)
|
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)
dispose
public void dispose()
isCancelled
public boolean isCancelled()