public class CellUnsupportedDataException extends PptxEditException
The exception that is thrown when an unsupported data is encountered in a spreadsheet cell.
Constructor and Description |
---|
CellUnsupportedDataException()
Initializes a new instance of the
CellUnsupportedDataException class. |
CellUnsupportedDataException(java.lang.String message)
Initializes a new instance of the
CellUnsupportedDataException class with a specified error
message. |
CellUnsupportedDataException(java.lang.String message,
java.lang.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. |
public CellUnsupportedDataException()
Initializes a new instance of the CellUnsupportedDataException
class.
public CellUnsupportedDataException(java.lang.String message)
Initializes a new instance of the CellUnsupportedDataException
class with a specified error
message.
message
- A string that describes the error.public CellUnsupportedDataException(java.lang.String message, java.lang.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.
message
- A string that describes the error.innerException
- The exception that is the cause of the current exception.