| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleExceptionHandler
Created by Peter on 07/04/2016.
|
class |
NullExceptionHandler
Created by Peter on 13/06/2016.
|
class |
PrintExceptionHandler
Created by Peter on 13/06/2016.
|
class |
RecordingExceptionHandler
Created by Peter on 13/06/2016.
|
class |
Slf4jExceptionHandler
Created by Peter on 13/06/2016.
|
class |
StackoverflowExceptionHandler
Created by Peter on 07/04/2016.
|
class |
WebExceptionHandler
Created by Peter on 07/04/2016.
|
| Modifier and Type | Field and Description |
|---|---|
static ExceptionHandler |
GoogleExceptionHandler.WARN |
static ExceptionHandler |
StackoverflowExceptionHandler.WARN |
| Constructor and Description |
|---|
GoogleExceptionHandler(ExceptionHandler fallBack) |
StackoverflowExceptionHandler(ExceptionHandler fallBack) |
WebExceptionHandler(String propertiesFile,
ExceptionHandler fallBack) |
Copyright © 2017. All rights reserved.