Package bld.common.spreadsheet.exception
Class SpreadsheetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- bld.common.spreadsheet.exception.SpreadsheetException
-
- All Implemented Interfaces:
Serializable
public class SpreadsheetException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetException()SpreadsheetException(String message)SpreadsheetException(String message, Throwable cause)SpreadsheetException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)SpreadsheetException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SpreadsheetException
public SpreadsheetException()
-
SpreadsheetException
public SpreadsheetException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
SpreadsheetException
public SpreadsheetException(String message)
-
SpreadsheetException
public SpreadsheetException(Throwable cause)
-
-