# CellValueNotComputedError

Error thrown when a formula cell's value is read before it has been computed.

Carries the address as a field, so callers can trace the cell without parsing
it back out of the message. The missing address was the complaint in issue #444.
Thrown by both ScalarFormulaVertex and ArrayFormulaVertex.

## Constructors

### constructor 

\+ **new CellValueNotComputedError**(`address`: [SimpleCellAddress](../interfaces/simplecelladdress.md)): *[CellValueNotComputedError](cellvaluenotcomputederror.md)*

*Defined in [src/errors.ts:69](https://github.com/handsontable/hyperformula/blob/5d90bec/src/errors.ts#L69)*

**Parameters:**

Name | Type |
------ | ------ |
`address` | [SimpleCellAddress](../interfaces/simplecelladdress.md) |

**Returns:** *[CellValueNotComputedError](cellvaluenotcomputederror.md)*

## Properties

### address

• **address**: *[SimpleCellAddress](../interfaces/simplecelladdress.md)*

*Defined in [src/errors.ts:70](https://github.com/handsontable/hyperformula/blob/5d90bec/src/errors.ts#L70)*

___

### message 

• **message**: *string*

___

### name 

• **name**: *string*

___

### stack

• **stack**? : *undefined | string*

___

### Error

▪ **Error**: *ErrorConstructor*