Class ExcelParserException

All Implemented Interfaces:
Serializable

public class ExcelParserException extends RuntimeException
Exception that may be thrown when I/O or processing errors occur while reading data from Excel document.
See Also:
  • Constructor Details

    • ExcelParserException

      public ExcelParserException(Throwable cause)
      Creates new exception with specified cause.
      Parameters:
      cause - cause of the exception.
    • ExcelParserException

      public ExcelParserException(String message)
      Creates new exception with specified message.
      Parameters:
      message - the detail message.