public class ErrorDialog
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ErrorDialog(java.lang.String text)
Constructs an ErrorDialog displaying the given text
|
ErrorDialog(java.lang.String title,
java.lang.String text)
This class creates a basic modal window for Errors mainly.
|
Modifier and Type | Method and Description |
---|---|
static void |
show(java.lang.Exception e)
Constructs an ErrorDialog displaying the given Exception
|
static void |
show(javax.swing.JFrame parent,
java.lang.Exception e)
Constructs an ErrorDialog displaying the given Exception
|
static void |
show(javax.swing.JFrame parent,
java.lang.String text,
java.lang.Throwable e)
Constructs an ErrorDialog displaying the given text, a new line, followed by brief "Full Stack Trace" message
with the full stack trace of the given exception.
|
static void |
show(java.lang.String text)
Constructs an ErrorDialog displaying the given text
|
static void |
show(java.lang.String text,
java.lang.Exception e)
Constructs an ErrorDialog displaying the given Exception
|
static void |
show(java.lang.String title,
java.lang.String text)
This static function creates a basic modal window for Errors.
|
public ErrorDialog(java.lang.String text)
public ErrorDialog(java.lang.String title, java.lang.String text)
public static void show(java.lang.String text)
public static void show(java.lang.String title, java.lang.String text)
public static void show(javax.swing.JFrame parent, java.lang.String text, java.lang.Throwable e)
public static void show(java.lang.String text, java.lang.Exception e)
public static void show(javax.swing.JFrame parent, java.lang.Exception e)
public static void show(java.lang.Exception e)