Class ExcelGeneratorException

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

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

    • 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 message
      cause - 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