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:
  • Constructor Details

    • CsvGeneratorException

      public CsvGeneratorException()
    • CsvGeneratorException

      public CsvGeneratorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • CsvGeneratorException

      public CsvGeneratorException(String message, Throwable cause)
    • CsvGeneratorException

      public CsvGeneratorException(String message)
    • CsvGeneratorException

      public CsvGeneratorException(Throwable cause)