PptUnsupportedFormatException
PptUnsupportedFormatException class
Exception which thrown when presentation file format is unsupported.
PptUnsupportedFormatException
Name | Description |
---|---|
PptUnsupportedFormatException() | Default function. |
Returns: PptUnsupportedFormatException
PptUnsupportedFormatException
Name | Description |
---|---|
PptUnsupportedFormatException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
Returns: PptUnsupportedFormatException
PptUnsupportedFormatException
Name | Description |
---|---|
PptUnsupportedFormatException(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: PptUnsupportedFormatException