Class CsvGeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bld.common.spreadsheet.exception.CsvGeneratorException
All Implemented Interfaces:
Serializable

public class CsvGeneratorException extends RuntimeException
The Class CsvGeneratorException.
See Also:
  • Constructor Details

    • CsvGeneratorException

      public CsvGeneratorException()
      Instantiates a new csv generator exception.
    • CsvGeneratorException

      public CsvGeneratorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new csv generator exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • CsvGeneratorException

      public CsvGeneratorException(String message, Throwable cause)
      Instantiates a new csv generator exception.
      Parameters:
      message - the message
      cause - the cause
    • CsvGeneratorException

      public CsvGeneratorException(String message)
      Instantiates a new csv generator exception.
      Parameters:
      message - the message
    • CsvGeneratorException

      public CsvGeneratorException(Throwable cause)
      Instantiates a new csv generator exception.
      Parameters:
      cause - the cause