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 TypeClassDescriptionclassException indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal.classException indicating that an error has been encountered parsing IO, typically from a file.classException indicating that anItemReaderneeded to be opened before read.classUsed 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 TypeClassDescriptionclassException thrown when errors are encountered parsing flat files.classException thrown when errors are encountered with the underlying resource.