Package org.openl.excel.parser
Class ExcelParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openl.excel.parser.ExcelParseException
-
- All Implemented Interfaces:
Serializable
public class ExcelParseException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExcelParseException()ExcelParseException(String message)ExcelParseException(String message, Throwable cause)ExcelParseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ExcelParseException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-