Class ExcelReadException

All Implemented Interfaces:
Serializable

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

    • ExcelReadException

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

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