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