PptReadException
Overview
PptReadException is a class in Aspose.Slides FOSS for Java.
Inherits from: PptException.
Exception thrown when a PPT file cannot be read.
This class provides 4 methods for working with PptReadException objects in Java programs.
Available methods include: PptException, PptReadException.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Methods
| Signature | Description |
|---|---|
PptReadException() | Creates a new {@code PptReadException} with no detail message. |
PptReadException(message: String) | Creates a new {@code PptReadException} with the specified detail message. |
PptReadException(message: String, cause: Throwable) | Creates a new {@code PptReadException} with the specified detail message and cause. |
PptException() | Creates a new {@code PptException} with no detail message. |