Uses of Class
org.springframework.batch.item.ParseException
Package
Description
Infrastructure interfaces and primary dependencies for item concerns.
Infrastructure implementations of io file concerns.
Internal support package
-
Uses of ParseException in org.springframework.batch.item
Modifier 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 ParseException in org.springframework.batch.item.file
Modifier and TypeClassDescriptionclass
Exception thrown when errors are encountered parsing flat files. -
Uses of ParseException in org.springframework.batch.item.support
Modifier and TypeMethodDescriptionSingleItemPeekableItemReader.peek()
Peek at the next item, ensuring that if the delegate is anItemStream
the state is stored for the next call toSingleItemPeekableItemReader.update(ExecutionContext)
.AbstractItemCountingItemStreamItemReader.read()
SingleItemPeekableItemReader.read()
Get the next item from the delegate (whether or not it has already been peeked at).SynchronizedItemStreamReader.read()
This delegates to the read method of thedelegate