Package org.jxls.common
Class JxlsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jxls.common.JxlsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotOpenWorkbookException,JxlsCommentException,JxlsPropertyException
This is just a wrapper for non-runtime exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJxlsException(String message) JxlsException(String message, Throwable cause) JxlsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) JxlsException(Throwable 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
-
JxlsException
public JxlsException() -
JxlsException
-
JxlsException
-
JxlsException
-
JxlsException
-