Package bld.common.spreadsheet.exception
Class ExcelGeneratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- bld.common.spreadsheet.exception.ExcelGeneratorException
-
- All Implemented Interfaces:
Serializable
public class ExcelGeneratorException extends RuntimeException
The Class ExceptionExcelGenerator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExcelGeneratorException
public ExcelGeneratorException()
Instantiates a new exception excel generator.
-
ExcelGeneratorException
public ExcelGeneratorException(String message, Throwable cause)
Instantiates a new exception excel generator.- Parameters:
message- the messagecause- the cause
-
ExcelGeneratorException
public ExcelGeneratorException(String message)
Instantiates a new exception excel generator.- Parameters:
message- the message
-
ExcelGeneratorException
public ExcelGeneratorException(Throwable cause)
Instantiates a new exception excel generator.- Parameters:
cause- the cause
-
-