org.springframework.batch.item.file
Class NonTransientFlatFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.batch.item.ItemReaderException
                  extended by org.springframework.batch.item.NonTransientResourceException
                      extended by org.springframework.batch.item.file.NonTransientFlatFileException
All Implemented Interfaces:
Serializable

public class NonTransientFlatFileException
extends NonTransientResourceException

Exception thrown when errors are encountered with the underlying resource.

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
NonTransientFlatFileException(String message, String input)
           
NonTransientFlatFileException(String message, String input, int lineNumber)
           
NonTransientFlatFileException(String message, Throwable cause, String input, int lineNumber)
           
 
Method Summary
 String getInput()
           
 int getLineNumber()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonTransientFlatFileException

public NonTransientFlatFileException(String message,
                                     String input)

NonTransientFlatFileException

public NonTransientFlatFileException(String message,
                                     String input,
                                     int lineNumber)

NonTransientFlatFileException

public NonTransientFlatFileException(String message,
                                     Throwable cause,
                                     String input,
                                     int lineNumber)
Method Detail

getInput

public String getInput()

getLineNumber

public int getLineNumber()


Copyright © 2013 SpringSource. All Rights Reserved.