Interface ExceptionDecision
-
- All Known Implementing Classes:
PredicateBasedExceptionDecision,SetBasedExceptionDecision
public interface ExceptionDecision
-
-
Field Summary
Fields Modifier and Type Field Description static ExceptionDecisionALWAYS_EXPECTEDstatic ExceptionDecisionALWAYS_FAILURE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisConsideredExpected(Throwable e)
-
-
-
Field Detail
-
ALWAYS_EXPECTED
static final ExceptionDecision ALWAYS_EXPECTED
-
ALWAYS_FAILURE
static final ExceptionDecision ALWAYS_FAILURE
-
-
Method Detail
-
isConsideredExpected
boolean isConsideredExpected(Throwable e)
-
-