Class ExcelReportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tech.grasshopper.excel.report.exception.ExcelReportException
-
- All Implemented Interfaces:
Serializable
public class ExcelReportException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExcelReportException()ExcelReportException(String message)ExcelReportException(String message, Throwable cause)ExcelReportException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-