Package com.jsql.util
Class ExceptionUtil.ExceptionHandler
java.lang.Object
com.jsql.util.ExceptionUtil.ExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
- Enclosing class:
ExceptionUtil
public class ExceptionUtil.ExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler
Handler class processing errors on top of the JVM in order to send
a report to GitHub automatically.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExceptionHandler
public ExceptionHandler()
-
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-