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

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.StringA 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:

ParameterTypeDescription
messagejava.lang.StringA string that describes the error.
innerExceptionjava.lang.RuntimeExceptionThe exception that is the cause of the current exception.