Class ExcelParser.ExcelParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inet.excel.parser.ExcelParser.ExcelParserException
All Implemented Interfaces:
Serializable
Enclosing class:
ExcelParser

public static class ExcelParser.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.