Uses of Class
org.springframework.batch.item.ItemReaderException
Package
Description
Infrastructure interfaces and primary dependencies for item concerns.
Infrastructure implementations of io file concerns.
Infrastructure implementations of item validator concerns.
-
Uses of ItemReaderException in org.springframework.batch.item
Modifier and TypeClassDescriptionclass
Exception indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal.class
Exception indicating that an error has been encountered parsing IO, typically from a file.class
Exception indicating that anItemReader
needed to be opened before read.class
Used to signal an unexpected end of an input or message stream. -
Uses of ItemReaderException in org.springframework.batch.item.file
Modifier and TypeClassDescriptionclass
Exception thrown when errors are encountered parsing flat files.class
Exception thrown when errors are encountered with the underlying resource. -
Uses of ItemReaderException in org.springframework.batch.item.validator
Modifier and TypeClassDescriptionclass
This exception should be thrown when there are validation errors.