org.apache.blur.concurrent
Class SimpleUncaughtExceptionHandler

java.lang.Object
  extended by org.apache.blur.concurrent.SimpleUncaughtExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class SimpleUncaughtExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler


Constructor Summary
SimpleUncaughtExceptionHandler()
           
 
Method Summary
 void uncaughtException(Thread t, Throwable e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUncaughtExceptionHandler

public SimpleUncaughtExceptionHandler()
Method Detail

uncaughtException

public void uncaughtException(Thread t,
                              Throwable e)
Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.