PptxException
PptxException class
Represents a standard internal exception type.
PptxException
Name | Description |
---|---|
PptxException() | Default function. |
Returns: PptxException
PptxException
Name | Description |
---|---|
PptxException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
Returns: PptxException
PptxException
Name | Description |
---|---|
PptxException(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: PptxException