public enum ExcelHandleErrorInfo extends Enum<ExcelHandleErrorInfo> implements top.lshaci.framework.common.constants.ErrorInfo
| 枚举常量和说明 |
|---|
convert_method_not_exists
转换方法不存在
|
method_not_exists
方法不存在
|
not_index_column
当前列不是序号列
|
prohibited_use_boolean
禁止使用boolean类型
|
public static final ExcelHandleErrorInfo convert_method_not_exists
public static final ExcelHandleErrorInfo prohibited_use_boolean
public static final ExcelHandleErrorInfo method_not_exists
public static final ExcelHandleErrorInfo not_index_column
public static ExcelHandleErrorInfo[] values()
for (ExcelHandleErrorInfo c : ExcelHandleErrorInfo.values()) System.out.println(c);
public static ExcelHandleErrorInfo valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.