public class ExcelReadException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CODE_OF_CELL_ERROR |
static int |
CODE_OF_CELL_VALUE_NOT_MATCHED |
static int |
CODE_OF_CELL_VALUE_REQUIRED |
static int |
CODE_OF_PROCESS_EXCEPTION |
static int |
CODE_OF_SHEET_NOT_EXSIT |
| 构造器和说明 |
|---|
ExcelReadException() |
ExcelReadException(String message) |
ExcelReadException(String message,
Throwable cause) |
ExcelReadException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode()
[0-99] are system reserved value.user-define value should be larger than
or equal to 100.
|
Integer |
getColIndex() |
String |
getColStrIndex() |
Integer |
getRowIndex() |
void |
setCode(int code)
[0-99] are system reserved value.user-define value should be larger than
or equal to 100.
|
void |
setColIndex(Integer colIndex) |
void |
setRowIndex(Integer rowIndex) |
public static final int CODE_OF_SHEET_NOT_EXSIT
public static final int CODE_OF_PROCESS_EXCEPTION
public static final int CODE_OF_CELL_VALUE_REQUIRED
public static final int CODE_OF_CELL_VALUE_NOT_MATCHED
public static final int CODE_OF_CELL_ERROR
public ExcelReadException()
public ExcelReadException(String message)
public ExcelReadException(Throwable cause)
public int getCode()
public void setCode(int code)
public Integer getRowIndex()
public void setRowIndex(Integer rowIndex)
public String getColStrIndex()
public Integer getColIndex()
public void setColIndex(Integer colIndex)
Copyright © 2016. All Rights Reserved.