Class SpreadsheetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bld.common.spreadsheet.exception.SpreadsheetException
- All Implemented Interfaces:
Serializable
The Class SpreadsheetException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new spreadsheet exception.SpreadsheetException(String message) Instantiates a new spreadsheet exception.SpreadsheetException(String message, Throwable cause) Instantiates a new spreadsheet exception.SpreadsheetException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new spreadsheet exception.SpreadsheetException(Throwable cause) Instantiates a new spreadsheet exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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 messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
SpreadsheetException
Instantiates a new spreadsheet exception.- Parameters:
message- the messagecause- the cause
-
SpreadsheetException
Instantiates a new spreadsheet exception.- Parameters:
message- the message
-
SpreadsheetException
Instantiates a new spreadsheet exception.- Parameters:
cause- the cause
-