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() |