com.liferay.portal.test.rule
Class LogAssertionUncaughtExceptionHandler
java.lang.Object
com.liferay.portal.test.rule.LogAssertionUncaughtExceptionHandler
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler
public class LogAssertionUncaughtExceptionHandler
- extends Object
- implements Thread.UncaughtExceptionHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogAssertionUncaughtExceptionHandler
public LogAssertionUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
uncaughtException
public void uncaughtException(Thread thread,
Throwable throwable)
- Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler