Package io.deephaven.util.process
Interface FatalErrorReporter.Interceptor
- Enclosing interface:
- FatalErrorReporter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
intercept
void intercept(@NotNull @NotNull String message, @NotNull @NotNull Throwable throwable, boolean isFromUncaught) Report a fatal error.- Parameters:
message- the messagethrowable- the throwableisFromUncaught- true iff called fromThread.UncaughtExceptionHandler.uncaughtException(Thread, Throwable).
-