|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemReaderException | |
---|---|
org.springframework.batch.item | Infrastructure interfaces and primary dependencies for item concerns. |
org.springframework.batch.item.file | Infrastructure implementations of io file concerns. |
org.springframework.batch.item.validator | Infrastructure implementations of item validator concerns. |
Uses of ItemReaderException in org.springframework.batch.item |
---|
Subclasses of ItemReaderException in org.springframework.batch.item | |
---|---|
class |
MarkFailedException
An exception class thrown when an ItemReader fails to mark its current state for future retry. |
class |
NoWorkFoundException
Exception indicating no work was found - e.g. |
class |
ParseException
Exception indicating that an error has been encountered parsing io, typically from a file. |
class |
ReaderNotOpenException
Exception indicating that an ItemReader needed to be opened before read. |
class |
ResetFailedException
An exception class thrown when an ItemReader fails to reset its state based on the previous mark. |
class |
UnexpectedInputException
Used to signal an unexpected end of an input or message stream. |
class |
WriterNotOpenException
Exception indicating that an ItemWriter needed to be opened before being
written to.. |
Uses of ItemReaderException in org.springframework.batch.item.file |
---|
Subclasses of ItemReaderException in org.springframework.batch.item.file | |
---|---|
class |
FlatFileParseException
Exception thrown when errors are encountered parsing flat files. |
Uses of ItemReaderException in org.springframework.batch.item.validator |
---|
Subclasses of ItemReaderException in org.springframework.batch.item.validator | |
---|---|
class |
ValidationException
This exception should be thrown when there are validation errors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |