Class ExcelException

All Implemented Interfaces:
Serializable

public class ExcelException extends RuntimeException
Exception thrown when an error occurs during Excel processing.
See Also:
  • Constructor Details

    • ExcelException

      public ExcelException(Throwable cause)
      Constructs an ExcelException with the specified cause.
      Parameters:
      cause - the underlying cause of this exception