Liferay 7.0-ce-b4

com.liferay.portal.test.rule
Class LogAssertionUncaughtExceptionHandler

java.lang.Object
  extended by com.liferay.portal.test.rule.LogAssertionUncaughtExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class LogAssertionUncaughtExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler


Constructor Summary
LogAssertionUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
           
 
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
 

Constructor Detail

LogAssertionUncaughtExceptionHandler

public LogAssertionUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
Method Detail

uncaughtException

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

Liferay 7.0-ce-b4