MissingPartException

MissingPartException

Overview

MissingPartException is a class in Aspose.Cells FOSS for Java. Inherits from: PackageStructureException.

Thrown when a required part is missing from the package structure.

This class provides 2 methods for working with MissingPartException objects in Java programs. Available methods include: MissingPartException, PackageStructureException. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.

Methods

SignatureDescription
MissingPartException(message: String)Initializes a new MissingPartException instance.
PackageStructureException(message: String)Initializes a new PackageStructureException instance.

See Also