Package bld.common.spreadsheet.exception
Class CsvGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
bld.common.spreadsheet.exception.CsvGeneratorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCsvGeneratorException(String message) CsvGeneratorException(String message, Throwable cause) CsvGeneratorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) CsvGeneratorException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CsvGeneratorException
public CsvGeneratorException() -
CsvGeneratorException
-
CsvGeneratorException
-
CsvGeneratorException
-
CsvGeneratorException
-