public class ErrorDialog
extends java.lang.Object
ErrorDialog class displays the error dialog containing the description of the
application error.| Constructor and Description |
|---|
ErrorDialog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
showDialog(java.lang.Exception error)
Shows the error dialog with the description of the input error.
|