Uses of Class
org.springframework.batch.item.UnexpectedInputException
Packages that use UnexpectedInputException
Package
Description
Infrastructure interfaces and primary dependencies for item concerns.
Infrastructure implementations of io file concerns.
-
Uses of UnexpectedInputException in org.springframework.batch.item
Methods in org.springframework.batch.item that throw UnexpectedInputExceptionModifier and TypeMethodDescriptionPeekableItemReader.peek()
Get the next item that would be returned byItemReader.read()
, without affecting the result ofItemReader.read()
.ItemReader.read()
Reads a piece of input data and advance to the next one. -
Uses of UnexpectedInputException in org.springframework.batch.item.file
Methods in org.springframework.batch.item.file that throw UnexpectedInputException