Package org.neo4j.jdbc.utils
Class UncaughtExceptionLogger
- java.lang.Object
-
- org.neo4j.jdbc.utils.UncaughtExceptionLogger
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class UncaughtExceptionLogger extends Object implements Thread.UncaughtExceptionHandler
- Since:
- 3.0.0
This class is used to intercept any exception coming from the test query used in the
isValidmethod. - Author:
- AgileLARUS
-
-
Constructor Summary
Constructors Constructor Description UncaughtExceptionLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Throwable>getExceptions()This method returns the list of exceptions eventually thrown during the execution of the related thread.voiduncaughtException(Thread th, Throwable ex)
-
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread th, Throwable ex)
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-
-