WorkbookLoadException
Overview
WorkbookLoadException is a class in Aspose.Cells FOSS for Java.
Inherits from: CellsException.
Represents an exception that occurs when loading a workbook.
This class provides 2 methods for working with WorkbookLoadException objects in Java programs.
Available methods include: CellsException, WorkbookLoadException.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Methods
| Signature | Description |
|---|---|
WorkbookLoadException(message: String) | Initializes a new WorkbookLoadException instance. |
WorkbookLoadException(message: String, innerException: Exception) | Initializes a new WorkbookLoadException instance. |
CellsException(message: String) | Initializes a new CellsException instance. |