CellUnsupportedDataException
CellUnsupportedDataException class
The exception that is thrown when an unsupported data is encountered in a spreadsheet cell.
CellUnsupportedDataException
Name | Description |
---|---|
CellUnsupportedDataException() | Initializes a new instance of the CellUnsupportedDataException class. |
Returns: CellUnsupportedDataException
CellUnsupportedDataException
Name | Description |
---|---|
CellUnsupportedDataException(String) | Initializes a new instance of the CellUnsupportedDataException class with a specified error message. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | A string that describes the error. |
Returns: CellUnsupportedDataException
CellUnsupportedDataException
Name | Description |
---|---|
CellUnsupportedDataException(String, RuntimeException) | Initializes a new instance of the CellUnsupportedDataException 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: CellUnsupportedDataException