概述
CellsException 是 Aspose.Cells FOSS for Java 中的一个类。
继承自:RuntimeException。
表示由 Aspose.Cells 库抛出的异常。
方法
| Signature | Description |
|---|
CellsException(message: String) | 初始化一个新的 CellsException 实例。 |
CellsException(message: String, innerException: Throwable) | 初始化一个新的 CellsException 实例。 |