Class RepeatInternalStateSupport
java.lang.Object
org.springframework.batch.repeat.support.RepeatInternalStateSupport
- All Implemented Interfaces:
 RepeatInternalState
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns a mutable collection of exceptions that have occurred in the current repeat context. 
- 
Constructor Details
- 
RepeatInternalStateSupport
public RepeatInternalStateSupport() 
 - 
 - 
Method Details
- 
getThrowables
Description copied from interface:RepeatInternalStateReturns a mutable collection of exceptions that have occurred in the current repeat context. Clients are expected to mutate this collection.- Specified by:
 getThrowablesin interfaceRepeatInternalState- Returns:
 - the collection of exceptions being accumulated
 
 
 -