Package alpine.event.framework
Class LoggableUncaughtExceptionHandler
- java.lang.Object
-
- alpine.event.framework.LoggableUncaughtExceptionHandler
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class LoggableUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
This class simply creates a log entry for any uncaught exceptions that may arise during the execution of various asynchronous threads.- Since:
- 1.3.0
- Author:
- Steve Springett
-
-
Constructor Summary
Constructors Constructor Description LoggableUncaughtExceptionHandler()
-
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread myThread, Throwable e)
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-
-