UnsupportedFeatureException

UnsupportedFeatureException

Overview

UnsupportedFeatureException is a class in Aspose.Cells FOSS for Java. Inherits from: CellsException.

Thrown when an unsupported feature is encountered.

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

Methods

SignatureDescription
UnsupportedFeatureException(message: String)Initializes a new UnsupportedFeatureException instance.
CellsException(message: String)Initializes a new CellsException instance.

See Also