| 程序包 | 说明 |
|---|---|
| cn.xuqiudong.common.util.poi.excel.enmus | |
| cn.xuqiudong.common.util.poi.excel.exception |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExcelExceptionType |
ExcelExceptionType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExcelExceptionType |
ExcelExceptionType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExcelExceptionType[] |
ExcelExceptionType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static ExcelExceptionType[] |
ExcelExceptionType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelExceptionType |
ExcelExportException.getType() |
ExcelExceptionType |
ExcelExportException.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExcelExportException.setType(ExcelExceptionType type) |
void |
ExcelExportException.setType(ExcelExceptionType type) |
| 构造器和说明 |
|---|
ExcelExportException(ExcelExceptionType type) |
ExcelExportException(ExcelExceptionType type) |
ExcelExportException(ExcelExceptionType type,
Throwable cause) |
ExcelExportException(ExcelExceptionType type,
Throwable cause) |
ExcelExportException(String message,
ExcelExceptionType type) |
ExcelExportException(String message,
ExcelExceptionType type) |
Copyright © 2022. All rights reserved.