PptxCorruptFileException
PptxCorruptFileException class
Exception which thrown when presentation file is probably corrupt.
PptxCorruptFileException
| Name | Description |
|---|
| PptxCorruptFileException() | Default constructor. |
Result:
PptxCorruptFileException
PptxCorruptFileException
| Name | Description |
|---|
| PptxCorruptFileException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
| Name | Type | Description |
|---|
| message | String | message |
Result:
PptxCorruptFileException
PptxCorruptFileException
| Name | Description |
|---|
| PptxCorruptFileException(String, RuntimeException) | Constructor for an exception containing a message and an embedded exception. |
Parameters:
| Name | Type | Description |
|---|
| message | String | message |
| exception | RuntimeException | original exception |
Result:
PptxCorruptFileException
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[]) | |