|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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(Component parent,
Exception e)
INTERNAL: Shows dialog for an exception. |
static void |
showError(Component parent,
String message)
INTERNAL: Shows a straight error message. |
static void |
showError(Component parent,
String msg,
Exception e)
INTERNAL: Shows dialog for an exception. |
static void |
showMessage(Component parent,
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(Component parent,
Exception e)
public static void showMessage(Component parent,
Exception e)
public static void showError(Component parent,
String msg,
Exception e)
public static void showError(Component parent,
String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||