| Methods in org.springframework.batch.core.step.skip that throw SkipLimitExceededException |
boolean |
ExceptionClassifierSkipPolicy.shouldSkip(java.lang.Throwable t,
int skipCount)
Consult the classifier and find a delegate policy, and then use that to
determine the outcome. |
boolean |
SkipPolicy.shouldSkip(java.lang.Throwable t,
int skipCount)
Returns true or false, indicating whether or not processing should
continue with the given throwable. |
boolean |
CompositeSkipPolicy.shouldSkip(java.lang.Throwable t,
int skipCount)
|