Package io.deephaven.util.process
Interface FatalErrorReporter
- All Superinterfaces:
Thread.UncaughtExceptionHandler
- All Known Implementing Classes:
DefaultFatalErrorReporter
,FatalErrorReporterBase
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInterceptor
(@NotNull FatalErrorReporter.Interceptor interceptor) void
void
void
reportAsync
(@NotNull String message) void
reportAsync
(@NotNull String message, @NotNull Throwable throwable) Methods inherited from interface java.lang.Thread.UncaughtExceptionHandler
uncaughtException
-
Method Details
-
report
-
report
-
reportAsync
-
reportAsync
-
addInterceptor
-