public class BasicExceptionDialog
extends java.lang.Object
Constructor and Description |
---|
BasicExceptionDialog() |
Modifier and Type | Method and Description |
---|---|
static boolean |
areShown() |
static javax.swing.JButton |
getClearCacheButton(java.awt.Component parent) |
static javax.swing.JButton |
getShowButton(java.awt.Component parent) |
static void |
show(java.lang.Exception exception)
Must be invoked from the Swing EDT.
|
static int |
willBeShown() |
public static void show(java.lang.Exception exception)
exception
- the exception to indicatepublic static javax.swing.JButton getShowButton(java.awt.Component parent)
public static javax.swing.JButton getClearCacheButton(java.awt.Component parent)
public static int willBeShown()
public static boolean areShown()