Class ExcelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pro.verron.officestamper.excel.ExcelException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during Excel processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExcelException(Throwable cause) Constructs an ExcelException with the specified cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExcelException
Constructs an ExcelException with the specified cause.- Parameters:
cause- the underlying cause of this exception
-