Uses of Class
org.springframework.batch.item.ItemReaderException
Packages that use 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
Subclasses of ItemReaderException in org.springframework.batch.itemModifier 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
Subclasses of ItemReaderException in org.springframework.batch.item.fileModifier 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
Subclasses of ItemReaderException in org.springframework.batch.item.validatorModifier and TypeClassDescriptionclass
This exception should be thrown when there are validation errors.