PptxEditException
PptxEditException class
Represents an exception thrown when edit presentation error is detected.
PptxEditException
| Name | Description |
|---|---|
| PptxEditException() | Default function. |
Returns: PptxEditException
PptxEditException
| Name | Description |
|---|---|
| PptxEditException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
| Name | Type | Description |
|---|---|---|
| message | String | message |
Returns: PptxEditException
PptxEditException
| Name | Description |
|---|---|
| PptxEditException(String, RuntimeException) | Constructor for an exception containing a message and an embedded exception. |
Parameters:
| Name | Type | Description |
|---|---|---|
| message | String | message |
| exception | RuntimeException | original exception |
Returns: PptxEditException