Package com.jsql.util
Class ExceptionUtil
java.lang.Object
com.jsql.util.ExceptionUtil
Utility class managing exception reporting to GitHub.
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Handler class processing errors on top of the JVM in order to send a report to GitHub automatically. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add the error reporting mechanism on top of the JVM in order to intercept and process the error to GitHub.
-
Constructor Details
-
ExceptionUtil
-
-
Method Details
-
setUncaughtExceptionHandler
public void setUncaughtExceptionHandler()Add the error reporting mechanism on top of the JVM in order to intercept and process the error to GitHub.
-