Uses of Class
org.springframework.batch.infrastructure.item.ItemReaderException
Packages that use ItemReaderException
Package
Description
Infrastructure interfaces and primary dependencies for item concerns.
Infrastructure implementations of io file concerns.
-
Uses of ItemReaderException in org.springframework.batch.infrastructure.item
Subclasses of ItemReaderException in org.springframework.batch.infrastructure.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.infrastructure.item.file
Subclasses of ItemReaderException in org.springframework.batch.infrastructure.item.fileModifier and TypeClassDescriptionclass
Exception thrown when errors are encountered parsing flat files.class
Exception thrown when errors are encountered with the underlying resource.