Class CsvParseException

All Implemented Interfaces:
Serializable

public class CsvParseException extends RuntimeException
Exception to be thrown when malformed csv data is read.
See Also:
  • Field Details

  • Constructor Details

    • CsvParseException

      public CsvParseException(String message)
      Construct exception with a message.
      Parameters:
      message - the cause for this exception
    • CsvParseException

      public CsvParseException(String message, Throwable cause)
      Construct exception with message and cause.
      Parameters:
      message - the cause for this exception
      cause - the cause for this exception