PptxReadException
PptxReadException class
Represents an exception which thrown on presentation reading errors.
PptxReadException
Name | Description |
---|---|
PptxReadException() | Default constructor. |
Returns: PptxReadException
PptxReadException
Name | Description |
---|---|
PptxReadException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
Returns: PptxReadException
PptxReadException
Name | Description |
---|---|
PptxReadException(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: PptxReadException