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
public class CsvGeneratorException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CsvGeneratorException()CsvGeneratorException(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 Detail
-
CsvGeneratorException
public CsvGeneratorException()
-
CsvGeneratorException
public CsvGeneratorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
CsvGeneratorException
public CsvGeneratorException(String message)
-
CsvGeneratorException
public CsvGeneratorException(Throwable cause)
-
-