Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NonTransientResourceException
Exception indicating that an error has been encountered doing I/O from a
reader, and the exception should be considered fatal.
|
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 |
UnexpectedInputException
Used to signal an unexpected end of an input or message stream.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatFileParseException
Exception thrown when errors are encountered
parsing flat files.
|
class |
NonTransientFlatFileException
Exception thrown when errors are encountered with the underlying resource.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationException
This exception should be thrown when there are validation errors.
|
Copyright © 2014 Pivotal. All rights reserved.