org.mule.util.concurrent
Class LoggingUncaughtExceptionHandler

java.lang.Object
  extended by org.mule.util.concurrent.LoggingUncaughtExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class LoggingUncaughtExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler


Field Summary
protected  Log logger
           
 
Constructor Summary
LoggingUncaughtExceptionHandler()
           
 
Method Summary
 void uncaughtException(Thread thread, Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected transient Log logger
Constructor Detail

LoggingUncaughtExceptionHandler

public LoggingUncaughtExceptionHandler()
Method Detail

uncaughtException

public void uncaughtException(Thread thread,
                              Throwable throwable)
Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.