Class 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, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message, Throwable cause)
      Create a new ParseException based on a message and another exception.
      Parameters:
      message - the message for this exception
      cause - the other exception
    • ParseException

      public ParseException(String message)
      Create a new ParseException based on a message.
      Parameters:
      message - the message for this exception