|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.viz.ErrorDialog
public class ErrorDialog
INTERNAL: A generalized error dialog which displays an exception by showing the error message, but with support for showing the traceback if necessary.
Constructor Summary | |
---|---|
ErrorDialog()
|
Method Summary | |
---|---|
static void |
showError(java.awt.Component parent,
java.lang.Exception e)
INTERNAL: Shows dialog for an exception. |
static void |
showError(java.awt.Component parent,
java.lang.String message)
INTERNAL: Shows a straight error message. |
static void |
showError(java.awt.Component parent,
java.lang.String msg,
java.lang.Exception e)
INTERNAL: Shows dialog for an exception. |
static void |
showMessage(java.awt.Component parent,
java.lang.Exception e)
INTERNAL: Shows dialog for an exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorDialog()
Method Detail |
---|
public static void showError(java.awt.Component parent, java.lang.Exception e)
public static void showMessage(java.awt.Component parent, java.lang.Exception e)
public static void showError(java.awt.Component parent, java.lang.String msg, java.lang.Exception e)
public static void showError(java.awt.Component parent, java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |