Class SLF4JUncaughtExceptionHandler
- java.lang.Object
-
- ch.supertomcat.supertomcatutils.exceptionhandler.SLF4JUncaughtExceptionHandler
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class SLF4JUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
UncaughtExceptionHandler which logs uncaught exceptions to SLF4J
-
-
Constructor Summary
Constructors Constructor Description SLF4JUncaughtExceptionHandler()
-
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread t, Throwable e)
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-
-