InvalidFileFormatException
Overview
InvalidFileFormatException 是一个类在Java的FOSS中. 继承人: CellsException.
当遇到不合适的文件格式时,表示一个异常.
这个类提供了两个方法,用于在Java程序中使用InvalidFileFormatException 对象. 有的方法包括: CellsException, InvalidFileFormatException. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后.
Description
InvalidFileFormatException 是Java的Aspose.Cells FOSS库中的一个类,它暴露了 0 个方法和 0 的属性用于编程使用. 它扩展到 CellsException, 继承了其母型的共享功能.
该类提供3个构造器过载,允许根据调用环境灵活的初始化.
Methods
| Signature | Description |
|---|---|
InvalidFileFormatException(message: String) | 启动一个新的 InvalidFileFormatException 实例. |
InvalidFileFormatException(message: String, innerException: Throwable) | 启动一个新的 InvalidFileFormatException 实例. |
CellsException(message: String) | 启动一个新的 CellsException 实例. |