PptReadException
PptReadException class
Represents an exception which thrown on presentation reading errors.
PptReadException
| Name | Description |
|---|
| PptReadException() | Default constructor. |
Result:
PptReadException
PptReadException
| Name | Description |
|---|
| PptReadException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
| Name | Type | Description |
|---|
| message | String | message |
Result:
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 |
Result:
PptReadException
addSuppressed
| Name | Description |
|---|
| addSuppressed(Throwable) | |
fillInStackTrace
| Name | Description |
|---|
| fillInStackTrace() | |
Result:
Throwable
getCause
| Name | Description |
|---|
| getCause() | |
Result:
Throwable
getInnerException
| Name | Description |
|---|
| getInnerException() | |
Result:
Throwable
getLocalizedMessage
| Name | Description |
|---|
| getLocalizedMessage() | |
Result:
String
getMessage
| Name | Description |
|---|
| getMessage() | |
Result:
String
getStackTrace
| Name | Description |
|---|
| getStackTrace() | |
Result:
StackTraceElement
getSuppressed
| Name | Description |
|---|
| getSuppressed() | |
Result:
Throwable
getType
Result:
Type
initCause
| Name | Description |
|---|
| initCause(Throwable) | |
Result:
Throwable
printStackTrace
| Name | Description |
|---|
| printStackTrace() | |
printStackTrace
| Name | Description |
|---|
| printStackTrace(PrintStream) | |
printStackTrace
| Name | Description |
|---|
| printStackTrace(PrintWriter) | |
setStackTrace
| Name | Description |
|---|
| setStackTrace(java.lang.StackTraceElement[]) | |