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) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
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,
Exception exception)
protected void showDetails(String details)
public void dispose()
public boolean isCancelled()
Copyright © 2017 Hitachi Vantara. All rights reserved.