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