Class ExcelWriteException

All Implemented Interfaces:
Serializable

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

    • ExcelWriteException

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

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