public class ErrorDialog extends Object
| Constructor and Description |
|---|
ErrorDialog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
showError(Component parent,
Exception e)
INTERNAL: Shows dialog for an exception.
|
static void |
showError(Component parent,
String message)
INTERNAL: Shows a straight error message.
|
static void |
showError(Component parent,
String msg,
Exception e)
INTERNAL: Shows dialog for an exception.
|
static void |
showMessage(Component parent,
Exception e)
INTERNAL: Shows dialog for an exception.
|
public static void showError(Component parent, Exception e)
public static void showMessage(Component parent, Exception e)
public static void showError(Component parent, String msg, Exception e)