public class ErrorDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
ErrorDialog(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) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
protected void |
handleException(String message,
Exception exception,
StringBuilder text,
StringBuilder details) |
boolean |
isCancelled() |
protected void |
showDetails(String details) |
public ErrorDialog(org.eclipse.swt.widgets.Shell parent, String title, String message, Throwable throwable)
public ErrorDialog(org.eclipse.swt.widgets.Shell parent, String title, String message, Throwable throwable, Function<String,String> exMsgFunction)
public ErrorDialog(org.eclipse.swt.widgets.Shell parent, String title, String message, Exception exception)
protected void handleException(String message, Exception exception, StringBuilder text, StringBuilder details)
protected void showDetails(String details)
public void dispose()
public boolean isCancelled()
Copyright © 2019 Hitachi Vantara. All rights reserved.