| Package | Description |
|---|---|
| net.openhft.chronicle.core | |
| net.openhft.chronicle.core.onoes |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull ExceptionHandler |
Jvm.debug() |
static @NotNull ExceptionHandler |
Jvm.fatal() |
static @NotNull ExceptionHandler |
Jvm.perf() |
static @NotNull ExceptionHandler |
Jvm.startup() |
static @NotNull ExceptionHandler |
Jvm.warn() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Jvm.setExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug) |
static void |
Jvm.setExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug) |
static void |
Jvm.setExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug) |
static void |
Jvm.setExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug,
@Nullable ExceptionHandler perf) |
static void |
Jvm.setExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug,
@Nullable ExceptionHandler perf) |
static void |
Jvm.setExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug,
@Nullable ExceptionHandler perf) |
static void |
Jvm.setExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug,
@Nullable ExceptionHandler perf) |
static void |
Jvm.setExceptionsHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug)
Deprecated.
|
static void |
Jvm.setExceptionsHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug)
Deprecated.
|
static void |
Jvm.setExceptionsHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug)
Deprecated.
|
static void |
Jvm.setThreadLocalExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug) |
static void |
Jvm.setThreadLocalExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug) |
static void |
Jvm.setThreadLocalExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug) |
static void |
Jvm.setThreadLocalExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug,
@Nullable ExceptionHandler perf) |
static void |
Jvm.setThreadLocalExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug,
@Nullable ExceptionHandler perf) |
static void |
Jvm.setThreadLocalExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug,
@Nullable ExceptionHandler perf) |
static void |
Jvm.setThreadLocalExceptionHandlers(@Nullable ExceptionHandler fatal,
@Nullable ExceptionHandler warn,
@Nullable ExceptionHandler debug,
@Nullable ExceptionHandler perf) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedExceptionHandler |
class |
GoogleExceptionHandler |
class |
NullExceptionHandler |
class |
PrintExceptionHandler |
class |
RecordingExceptionHandler |
class |
Slf4jExceptionHandler |
class |
StackoverflowExceptionHandler |
class |
ThreadLocalisedExceptionHandler |
class |
WebExceptionHandler |
| Modifier and Type | Field and Description |
|---|---|
static ExceptionHandler |
GoogleExceptionHandler.WARN |
static ExceptionHandler |
StackoverflowExceptionHandler.WARN |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
ThreadLocalisedExceptionHandler.defaultHandler() |
ExceptionHandler |
ThreadLocalisedExceptionHandler.threadLocalHandler() |
| Modifier and Type | Method and Description |
|---|---|
ThreadLocalisedExceptionHandler |
ThreadLocalisedExceptionHandler.defaultHandler(ExceptionHandler defaultHandler) |
ThreadLocalisedExceptionHandler |
ThreadLocalisedExceptionHandler.threadLocalHandler(ExceptionHandler handler) |
| Constructor and Description |
|---|
ChainedExceptionHandler(ExceptionHandler... chain) |
GoogleExceptionHandler(@NotNull ExceptionHandler fallBack) |
StackoverflowExceptionHandler(@NotNull ExceptionHandler fallBack) |
WebExceptionHandler(String propertiesFile,
@NotNull ExceptionHandler fallBack) |
Copyright © 2020. All rights reserved.