net.sf.jomic.ui
Class AwtExceptionHandler

java.lang.Object
  extended by net.sf.jomic.ui.AwtExceptionHandler

public final class AwtExceptionHandler
extends java.lang.Object

Generic error handler for errors that fall through to AWT standard handler.

Author:
Thomas Aglassinger

Constructor Summary
AwtExceptionHandler()
           
 
Method Summary
 void handle(java.lang.Throwable error)
          Handle error by showing it in a dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AwtExceptionHandler

public AwtExceptionHandler()
Method Detail

handle

public void handle(java.lang.Throwable error)
Handle error by showing it in a dialog.