WorkbookSaveException

WorkbookSaveException

Overview

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

Represents an exception that occurs when saving a workbook.

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

Methods

SignatureDescription
WorkbookSaveException(message: String)Initializes a new WorkbookSaveException instance.
WorkbookSaveException(message: String, innerException: Exception)Initializes a new WorkbookSaveException instance.
CellsException(message: String)Initializes a new CellsException instance.

See Also