net.ontopia.topicmaps.viz
Class ErrorDialog

java.lang.Object
  extended by net.ontopia.topicmaps.viz.ErrorDialog

public class ErrorDialog
extends java.lang.Object

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

ErrorDialog

public ErrorDialog()
Method Detail

showError

public static void showError(java.awt.Component parent,
                             java.lang.Exception e)
INTERNAL: Shows dialog for an exception.


showMessage

public static void showMessage(java.awt.Component parent,
                               java.lang.Exception e)
INTERNAL: Shows dialog for an exception.


showError

public static void showError(java.awt.Component parent,
                             java.lang.String msg,
                             java.lang.Exception e)
INTERNAL: Shows dialog for an exception.


showError

public static void showError(java.awt.Component parent,
                             java.lang.String message)
INTERNAL: Shows a straight error message.



Copyright © 2000-2012 Ontopia.