public class ParseException extends ItemReaderException
Constructor and Description |
---|
ParseException(String message)
Create a new
ParseException based on a message. |
ParseException(String message,
Throwable cause)
Create a new
ParseException based on a message and another exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String message, Throwable cause)
ParseException
based on a message and another exception.message
- the message for this exceptioncause
- the other exceptionpublic ParseException(String message)
ParseException
based on a message.message
- the message for this exceptionCopyright © 2014 Pivotal. All rights reserved.