public final class FatalErrorHandlers extends Object
| Modifier and Type | Method and Description |
|---|---|
static FatalErrorHandler |
exitOnAnyError() |
static FatalErrorHandler |
exitOnJvmError() |
static FatalErrorHandler |
exitOnMatchedError(List<Class> whiteList,
List<Class> blackList) |
static FatalErrorHandler |
ignoreAllErrors() |
static FatalErrorHandler |
rethrowOnAnyError() |
static FatalErrorHandler |
rethrowOnMatchedError(List<Class> whiteList,
List<Class> blackList) |
public static FatalErrorHandler ignoreAllErrors()
public static FatalErrorHandler exitOnAnyError()
public static FatalErrorHandler exitOnMatchedError(List<Class> whiteList, List<Class> blackList)
public static FatalErrorHandler exitOnJvmError()
public static FatalErrorHandler rethrowOnAnyError()
public static FatalErrorHandler rethrowOnMatchedError(List<Class> whiteList, List<Class> blackList)
Copyright © 2019. All rights reserved.