PptReadException

PptReadException

Overview

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

Exception thrown when a PPT file cannot be read.

Methods

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

See Also