Package com.inet.excel.parser
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
Exception that may be thrown when I/O or processing errors occur while reading data from Excel document.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExcelParserException(Throwable cause) Creates new exception with specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExcelParserException
Creates new exception with specified cause.- Parameters:
cause- cause of the exception.
-