org.springframework.batch.item
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.item.ItemReaderException
org.springframework.batch.item.ParseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FlatFileParseException
public class ParseException
- extends ItemReaderException
Exception indicating that an error has been encountered parsing io, typically from a file.
- 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 |
ParseException
public ParseException(String message,
Throwable cause)
- Create a new
ParseException
based on a message and another exception.
- Parameters:
message
- the message for this exceptioncause
- the other exception
ParseException
public ParseException(String message)
- Create a new
ParseException
based on a message.
- Parameters:
message
- the message for this exception
Copyright © 2009 SpringSource. All Rights Reserved.