org.xnap.commons.util
Interface UncaughtExceptionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ErrorHandler, UncaughtExceptionManager

public interface UncaughtExceptionListener
extends EventListener

The listener interface for receiving uncaught exceptions.


Method Summary
 void uncaughtException(Thread t, Throwable e)
          Invoked when a thread stops because of an uncaught exception.
 

Method Detail

uncaughtException

void uncaughtException(Thread t,
                       Throwable e)
Invoked when a thread stops because of an uncaught exception.



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.