org.springframework.batch.item.file
Class FlatFileParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.item.ItemReaderException
org.springframework.batch.item.ParseException
org.springframework.batch.item.file.FlatFileParseException
- All Implemented Interfaces:
- Serializable
public class FlatFileParseException
- extends ParseException
Exception thrown when errors are encountered
parsing flat files. The original input, typically
a line, can be passed in, so that latter catches
can write out the original input to a log, or
an error table.
- Author:
- Lucas Ward, Ben Hale
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FlatFileParseException
public FlatFileParseException(String message,
String input)
FlatFileParseException
public FlatFileParseException(String message,
String input,
int lineNumber)
FlatFileParseException
public FlatFileParseException(String message,
Throwable cause,
String input,
int lineNumber)
getInput
public String getInput()
getLineNumber
public int getLineNumber()
Copyright © 2009 SpringSource. All Rights Reserved.