PptCorruptFileException

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.

Methods

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

See Also