CellsException
Overview
CellsException is a class in Aspose.Cells FOSS for Java.
Inherits from: RuntimeException.
Represents an exception thrown by the Aspose.Cells library.
This class provides 1 method for working with CellsException objects in Java programs.
Available methods include: CellsException.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Description
CellsException is a class in the Aspose.Cells FOSS library for Java that exposes 0 methods and 0 properties for programmatic use. It extends RuntimeException, inheriting shared functionality from its parent type.
The class offers 2 constructor overloads, allowing flexible initialization depending on the calling context.
Methods
| Signature | Description |
|---|---|
CellsException(message: String) | Initializes a new CellsException instance. |
CellsException(message: String, innerException: Throwable) | Initializes a new CellsException instance. |