Class CsvReadException

All Implemented Interfaces:
Serializable

public class CsvReadException extends ExcelKitException
Exception thrown during CSV read operations.
Since:
2025-07-19
See Also:
  • Constructor Details

    • CsvReadException

      public CsvReadException(String message)
      Creates an exception with the given message.
      Parameters:
      message - the detail message
    • CsvReadException

      public CsvReadException(String message, Throwable cause)
      Creates an exception with the given message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause