-
- All Implemented Interfaces:
-
java.lang.Thread.UncaughtExceptionHandler
public final class ElasticExceptionHandler implements Thread.UncaughtExceptionHandler
-
-
Method Summary
Modifier and Type Method Description static ElasticExceptionHandlergetInstance()static voidresetForTest()voiduncaughtException(@NonNull() Thread t, @NonNull() Throwable e)-
-
Method Detail
-
getInstance
static ElasticExceptionHandler getInstance()
-
resetForTest
static void resetForTest()
-
uncaughtException
void uncaughtException(@NonNull() Thread t, @NonNull() Throwable e)
-
-
-
-