CellInvalidFormulaException
CellInvalidFormulaException class
The exception that is thrown when a calculated formula is not correct or was not parsed.
CellInvalidFormulaException
| Name | Description |
|---|---|
| CellInvalidFormulaException() | Initializes a new instance of the CellInvalidFormulaException class. |
Returns: CellInvalidFormulaException
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. |
Returns: CellInvalidFormulaException
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. |
Returns: CellInvalidFormulaException
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 |
Returns: CellInvalidFormulaException
getReference
| Name | Description |
|---|---|
| getReference() | Gets a cell reference that contains the invalid formula. |
Returns: String