PptReadException
PptReadException class
Represents an exception which thrown on presentation reading errors.
PptReadException
Name | Description |
---|---|
PptReadException() | Default function. |
Returns: PptReadException
PptReadException
Name | Description |
---|---|
PptReadException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
Returns: PptReadException
PptReadException
Name | Description |
---|---|
PptReadException(String, Exception) | Constructor for an exception containing a message and an embedded exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
exception | Exception | original exception |
Returns: PptReadException