public class ExcelGeneratorException extends Exception
| Constructor and Description |
|---|
ExcelGeneratorException()
Instantiates 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExcelGeneratorException()
public ExcelGeneratorException(String message, Throwable cause)
message - the messagecause - the causepublic ExcelGeneratorException(String message)
message - the messagepublic ExcelGeneratorException(Throwable cause)
cause - the causeCopyright © 2022. All rights reserved.