Package net.ontopia.topicmaps.viz
Class ErrorDialog
java.lang.Object
net.ontopia.topicmaps.viz.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidINTERNAL: Shows dialog for an exception.static voidINTERNAL: Shows a straight error message.static voidINTERNAL: Shows dialog for an exception.static voidshowMessage(Component parent, Exception e) INTERNAL: Shows dialog for an exception.
-
Constructor Details
-
ErrorDialog
public ErrorDialog()
-
-
Method Details
-
showError
INTERNAL: Shows dialog for an exception. -
showMessage
INTERNAL: Shows dialog for an exception. -
showError
INTERNAL: Shows dialog for an exception. -
showError
INTERNAL: Shows a straight error message.
-