public class ParseException extends ItemReaderException
Constructor and Description |
---|
ParseException(java.lang.String message)
Create a new
ParseException based on a message. |
ParseException(java.lang.String message,
java.lang.Throwable cause)
Create a new
ParseException based on a message and another exception. |
public ParseException(java.lang.String message, java.lang.Throwable cause)
ParseException
based on a message and another exception.message
- the message for this exceptioncause
- the other exceptionpublic ParseException(java.lang.String message)
ParseException
based on a message.message
- the message for this exception