CellInvalidFormulaException
The exception that is thrown when a calculated formula is not correct or was not parsed.
| Name | Description |
|---|
| CellInvalidFormulaException() | Initializes a new instance of the CellInvalidFormulaException class. |
Result:
CellInvalidFormulaException
| Name | Description |
|---|
| CellInvalidFormulaException(String) | Initializes a new instance of the CellInvalidFormulaException class with a specified error message. |
Parameters:
| Name | Type | Description |
|---|
| message | String | A string that describes the error. |
Result:
CellInvalidFormulaException
| Name | Description |
|---|
| CellInvalidFormulaException(String, RuntimeException) | Initializes a new instance of the CellInvalidFormulaException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Parameters:
| Name | Type | Description |
|---|
| message | String | A string that describes the error. |
| innerException | RuntimeException | The exception that is the cause of the current exception. |
Result:
CellInvalidFormulaException
| Name | Description |
|---|
| CellInvalidFormulaException(String, String) | Initializes a new instance of the CellInvalidFormulaException class with a specified error message and a cell reference that contains the invalid formula. |
Parameters:
| Name | Type | Description |
|---|
| message | String | A string that describes the error. |
| reference | String | A string that describes a reference to the inner exception |
Result:
CellInvalidFormulaException
addSuppressed
| Name | Description |
|---|
| addSuppressed(Throwable) | |
fillInStackTrace
| Name | Description |
|---|
| fillInStackTrace() | |
Result:
Throwable
getCause
| Name | Description |
|---|
| getCause() | |
Result:
Throwable
getInnerException
| Name | Description |
|---|
| getInnerException() | |
Result:
Throwable
getLocalizedMessage
| Name | Description |
|---|
| getLocalizedMessage() | |
Result:
String
getMessage
| Name | Description |
|---|
| getMessage() | |
Result:
String
getReference
| Name | Description |
|---|
| getReference() | Gets a cell reference that contains the invalid formula. |
Result:
String
getStackTrace
| Name | Description |
|---|
| getStackTrace() | |
Result:
StackTraceElement
getSuppressed
| Name | Description |
|---|
| getSuppressed() | |
Result:
Throwable
getType
Result:
Type
initCause
| Name | Description |
|---|
| initCause(Throwable) | |
Result:
Throwable
printStackTrace
| Name | Description |
|---|
| printStackTrace() | |
printStackTrace
| Name | Description |
|---|
| printStackTrace(PrintStream) | |
printStackTrace
| Name | Description |
|---|
| printStackTrace(PrintWriter) | |
setStackTrace
| Name | Description |
|---|
| setStackTrace(java.lang.StackTraceElement[]) | |