public interface ExceptionClassifier
| Modifier and Type | Field and Description |
|---|---|
static ExceptionClassifier |
NORMAL_RESULT |
| Modifier and Type | Method and Description |
|---|---|
ExceptionClassification |
classifyException(Throwable throwable) |
static ExceptionClassifier |
mergeExceptionClassifiers(Iterable<? extends ExceptionClassifier> classifiers) |
static final ExceptionClassifier NORMAL_RESULT
static ExceptionClassifier mergeExceptionClassifiers(Iterable<? extends ExceptionClassifier> classifiers)
ExceptionClassification classifyException(Throwable throwable)
Copyright © 2012–2018. All rights reserved.