PptException

Overview

PptException is a class in Aspose.Slides FOSS for Java. Inherits from: RuntimeException.

Base exception for PPT-related errors.

This class provides 3 methods for working with PptException objects in Java programs. Available methods include: PptException. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.

Methods

SignatureDescription
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.

See Also