Uses of Class
org.springframework.batch.core.step.skip.SkipLimitExceededException

Packages that use SkipLimitExceededException
org.springframework.batch.core.step.skip Specific implementations of skip concerns for items in a step. 
 

Uses of SkipLimitExceededException in org.springframework.batch.core.step.skip
 

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



Copyright © 2013 SpringSource. All Rights Reserved.