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