Class CsvWriteException

All Implemented Interfaces:
Serializable

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

    • CsvWriteException

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

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