Package org.pentaho.di.ui.core.dialog
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 Summary
ConstructorDescriptionErrorDialog
(org.eclipse.swt.widgets.Shell parent, String title, String message, Exception exception) ErrorDialog
(org.eclipse.swt.widgets.Shell parent, String title, String message, Exception exception, boolean showCancelButton) ErrorDialog
(org.eclipse.swt.widgets.Shell parent, String title, String message, Throwable throwable) ErrorDialog
(org.eclipse.swt.widgets.Shell parent, String title, String message, Throwable throwable, Function<String, String> exMsgFunction) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
protected void
handleException
(String message, Exception exception, StringBuilder text, StringBuilder details) boolean
protected void
showDetails
(String details) Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
ErrorDialog
-
ErrorDialog
-
ErrorDialog
-
ErrorDialog
-
-
Method Details
-
handleException
protected void handleException(String message, Exception exception, StringBuilder text, StringBuilder details) -
showDetails
-
dispose
public void dispose() -
isCancelled
public boolean isCancelled()
-