Class SpreadsheetException

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

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

    • SpreadsheetException

      public SpreadsheetException()
      Instantiates a new spreadsheet exception.
    • SpreadsheetException

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

      public SpreadsheetException(String message, Throwable cause)
      Instantiates a new spreadsheet exception.
      Parameters:
      message - the message
      cause - the cause
    • SpreadsheetException

      public SpreadsheetException(String message)
      Instantiates a new spreadsheet exception.
      Parameters:
      message - the message
    • SpreadsheetException

      public SpreadsheetException(Throwable cause)
      Instantiates a new spreadsheet exception.
      Parameters:
      cause - the cause