public class ErrorDialog extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ErrorDialog.ErrorDetailsDialog |
Modifier and Type | Method and Description |
---|---|
static void |
showErrorDialog(Component source,
Object message,
Throwable detail)
Creates a dialog which will display a message to the user.
|
public static void showErrorDialog(Component source, Object message, Throwable detail)
source
- The parent component to be used for the dialog (may be null)message
- The message to be displayed in the dialogdetail
- The exception that caused the error (may be null)Copyright © 2014. All rights reserved.