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.
 



Copyright © 2009 SpringSource. All Rights Reserved.