org.xnap.gui
Class ErrorHandler

java.lang.Object
  extended by org.xnap.gui.ErrorHandler
All Implemented Interfaces:
java.util.EventListener, UncaughtExceptionListener

public class ErrorHandler
extends java.lang.Object
implements UncaughtExceptionListener


Constructor Summary
ErrorHandler()
           
 
Method Summary
 void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
          Invoked when a thread stops because of an uncaught exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandler

public ErrorHandler()
Method Detail

uncaughtException

public void uncaughtException(java.lang.Thread t,
                              java.lang.Throwable e)
Description copied from interface: UncaughtExceptionListener
Invoked when a thread stops because of an uncaught exception.

Specified by:
uncaughtException in interface UncaughtExceptionListener
See Also:
xnap.util.UncaughtExceptionListener#uncaughtException(java.lang.Thread, java.lang.Throwable)


Copyright © 2001-2005 XNap Team. All Rights Reserved.