CellUnsupportedDataException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.slides.OOXMLException, com.aspose.slides.PptxException, com.aspose.slides.PptxEditException
public class CellUnsupportedDataException extends PptxEditException
The exception that is thrown when an unsupported data is encountered in a spreadsheet cell.
Constructors
Constructor | Description |
---|---|
CellUnsupportedDataException() | Initializes a new instance of the CellUnsupportedDataException class. |
CellUnsupportedDataException(String message) | Initializes a new instance of the CellUnsupportedDataException class with a specified error message. |
CellUnsupportedDataException(String message, RuntimeException innerException) | 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. |
CellUnsupportedDataException()
public CellUnsupportedDataException()
Initializes a new instance of the CellUnsupportedDataException class.
CellUnsupportedDataException(String message)
public CellUnsupportedDataException(String message)
Initializes a new instance of the CellUnsupportedDataException class with a specified error message.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A string that describes the error. |
CellUnsupportedDataException(String message, RuntimeException innerException)
public CellUnsupportedDataException(String message, RuntimeException innerException)
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A string that describes the error. |
innerException | java.lang.RuntimeException | The exception that is the cause of the current exception. |