Class ExcelGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bld.common.spreadsheet.exception.ExcelGeneratorException
- All Implemented Interfaces:
Serializable
The Class ExceptionExcelGenerator.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new exception excel generator.ExcelGeneratorException(String message) Instantiates a new exception excel generator.ExcelGeneratorException(String message, Throwable cause) Instantiates a new exception excel generator.ExcelGeneratorException(Throwable cause) Instantiates a new exception excel generator. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExcelGeneratorException
public ExcelGeneratorException()Instantiates a new exception excel generator. -
ExcelGeneratorException
Instantiates a new exception excel generator.- Parameters:
message- the messagecause- the cause
-
ExcelGeneratorException
Instantiates a new exception excel generator.- Parameters:
message- the message
-
ExcelGeneratorException
Instantiates a new exception excel generator.- Parameters:
cause- the cause
-