Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.step.skip Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
AlwaysSkipItemSkipPolicywill always return that an item should be skipped.Classorg.springframework.batch.core.step.skipSpring Batch
CompositeSkipPolicyClassorg.springframework.batch.core.step.skipSpring Batch
ExceptionClassifierSkipPolicyA SkipPolicy that depends on an exception classifier to make itsdecision, and then delegates to the classifier result.Classorg.springframework.batch.core.step.skipSpring Batch
LimitCheckingItemSkipPolicySkipPolicy that determines whether or not reading should continuebased upon how many items have been skipped.Classorg.springframework.batch.core.step.skipSpring Batch
NeverSkipItemSkipPolicySkipPolicy implementation that always returns false,indicating that an item should not be skipped.Classorg.springframework.batch.core.step.skipSpring Batch
NonSkippableProcessExceptionFatal exception to be thrown when a process operation could not be skipped.Classorg.springframework.batch.core.step.skipSpring Batch
NonSkippableReadExceptionFatal exception to be thrown when a read operation could not be skipped.Classorg.springframework.batch.core.step.skipSpring Batch
NonSkippableWriteExceptionFatal exception to be thrown when a process operation could not be skipped.Classorg.springframework.batch.core.step.skipSpring Batch
SkipExceptionBase exception indicating that the skip has failed or caused a failure.Classorg.springframework.batch.core.step.skipSpring Batch
SkipLimitExceededExceptionException indicating that the skip limit for a particular Step hasAuthor:Ben Hale, Lucas Ward, Dave SyerSee Also:Serialized FormClassorg.springframework.batch.core.step.skipSpring Batch
SkipListenerFailedExceptionSpecial exception to indicate a failure in a skip listener.Classorg.springframework.batch.core.step.skipSpring Batch
SkipPolicyPolicy for determining whether or not some processing should be skipped.Interfaceorg.springframework.batch.core.step.skipSpring Batch
SkipPolicyFailedExceptionSpecial exception to indicate a failure in a skip policy.Classorg.springframework.batch.core.step.skipSpring Batch