CellInvalidReferenceException
CellInvalidReferenceException class
The exception that is thrown when an invalid cell reference is encountered.
CellInvalidReferenceException
Name | Description |
---|---|
CellInvalidReferenceException() | Initializes a new instance of the CellInvalidReferenceException class. |
Returns: CellInvalidReferenceException
CellInvalidReferenceException
Name | Description |
---|---|
CellInvalidReferenceException(String) | Initializes a new instance of the CellInvalidReferenceException class with a specified error message. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | A string that describes the error. |
Returns: CellInvalidReferenceException
CellInvalidReferenceException
Name | Description |
---|---|
CellInvalidReferenceException(String, RuntimeException) | Initializes a new instance of the CellInvalidReferenceException 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: CellInvalidReferenceException
CellInvalidReferenceException
Name | Description |
---|---|
CellInvalidReferenceException(String, String) | Initializes a new instance of the CellCircularReferenceException class with a specified error message and an invalid cell reference. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | A string that describes the error. |
reference | String | An invalid cell reference. |
Returns: CellInvalidReferenceException
getReference
Name | Description |
---|---|
getReference () | Gets an invalid cell reference. |
Returns: String