public final class EMFStoreMessageDialog extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
showExceptionDialog(Exception cause)
Opens a standard error message dialog displaying the given
exception to the user.
|
static void |
showExceptionDialog(org.eclipse.swt.widgets.Shell shell,
Exception cause)
Opens a standard error message dialog displaying the given
exception to the user.
|
static void |
showExceptionDialog(org.eclipse.swt.widgets.Shell shell,
String message,
Exception cause)
Opens a standard error message dialog displaying the given
message and exception to the user.
|
static void |
showExceptionDialog(String message,
Exception cause)
Opens a standard error message dialog displaying the given
message and exception to the user.
|
public static void showExceptionDialog(Exception cause)
cause - the exception to be shownpublic static void showExceptionDialog(String message, Exception cause)
message - the message to be showncause - the exception to be shownpublic static void showExceptionDialog(org.eclipse.swt.widgets.Shell shell,
String message,
Exception cause)
shell - the shell that is used to show the exception dialogmessage - the message to be showncause - the exception to be shownpublic static void showExceptionDialog(org.eclipse.swt.widgets.Shell shell,
Exception cause)
shell - the shell that is used to show the exception dialogcause - the exception to be shownCopyright © 2017. All rights reserved.