| Package | Description |
|---|---|
| net.openhft.chronicle.core | |
| net.openhft.chronicle.core.onoes |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionHandler |
Jvm.debug() |
static ExceptionHandler |
Jvm.fatal() |
static ExceptionHandler |
Jvm.warn() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Jvm.setExceptionHandlers(ExceptionHandler fatal,
ExceptionHandler warn,
ExceptionHandler debug) |
static void |
Jvm.setExceptionsHandlers(ExceptionHandler fatal,
ExceptionHandler warn,
ExceptionHandler debug)
Deprecated.
|
static void |
Jvm.setThreadLocalExceptionHandlers(ExceptionHandler fatal,
ExceptionHandler warn,
ExceptionHandler debug) |
| 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(ExceptionHandler fallBack) |
StackoverflowExceptionHandler(ExceptionHandler fallBack) |
WebExceptionHandler(String propertiesFile,
ExceptionHandler fallBack) |
Copyright © 2018. All rights reserved.