Uses of Class
org.springframework.batch.item.ItemReaderException

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 that an ItemReader found no work to process while initializing.
 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.
 

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.
 



Copyright © 2008 SpringSource. All Rights Reserved.