public class CellInvalidReferenceException extends PptxEditException
The exception that is thrown when an invalid cell reference is encountered.
Constructor and Description |
---|
CellInvalidReferenceException()
Initializes a new instance of the
CellInvalidReferenceException class. |
CellInvalidReferenceException(java.lang.String message)
Initializes a new instance of the
CellInvalidReferenceException class with a specified error message. |
CellInvalidReferenceException(java.lang.String message,
java.lang.RuntimeException innerException)
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. |
CellInvalidReferenceException(java.lang.String message,
java.lang.String reference)
Initializes a new instance of the
CellCircularReferenceException class with a specified error message
and an invalid cell reference. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReference()
Gets an invalid cell reference.
|
public CellInvalidReferenceException()
Initializes a new instance of the CellInvalidReferenceException
class.
public CellInvalidReferenceException(java.lang.String message)
Initializes a new instance of the CellInvalidReferenceException
class with a specified error message.
message
- A string that describes the error.public CellInvalidReferenceException(java.lang.String message, java.lang.RuntimeException innerException)
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.
message
- A string that describes the error.innerException
- The exception that is the cause of the current exception.public CellInvalidReferenceException(java.lang.String message, java.lang.String reference)
Initializes a new instance of the CellCircularReferenceException
class with a specified error message
and an invalid cell reference.
message
- A string that describes the error.reference
- An invalid cell reference.