net.sf.fmj.ui.utils
Class ErrorDialog

java.lang.Object
  extended by net.sf.fmj.ui.utils.ErrorDialog

public class ErrorDialog
extends java.lang.Object

Author:
Ken Larson

Constructor Summary
ErrorDialog()
           
 
Method Summary
static void showError(java.awt.Component c, java.lang.String e)
           
static void showError(java.awt.Component c, java.lang.Throwable e)
           
 
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 c,
                             java.lang.Throwable e)

showError

public static void showError(java.awt.Component c,
                             java.lang.String e)