PptException
Overview
PptException is a class in Aspose.Slides FOSS for Java.
Inherits from: RuntimeException.
Base exception for PPT-related errors.
Methods
| Signature | Description |
|---|---|
PptException() | Creates a new {@code PptException} with no detail message. |
PptException(message: String) | Creates a new {@code PptException} with the specified detail message. |
PptException(message: String, cause: Throwable) | Creates a new {@code PptException} with the specified detail message and cause. |