InvalidFileFormatException

InvalidFileFormatException

Overview

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

Represents an exception thrown when an invalid file format is encountered.

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

Methods

SignatureDescription
InvalidFileFormatException(message: String)Initializes a new InvalidFileFormatException instance.
InvalidFileFormatException(message: String, innerException: Throwable)Initializes a new InvalidFileFormatException instance.
CellsException(message: String)Initializes a new CellsException instance.

See Also