public class CellException extends RowException
| 构造器和说明 |
|---|
CellException(org.apache.poi.ss.usermodel.Cell cell,
String message) |
CellException(org.apache.poi.ss.usermodel.Cell cell,
String message,
Throwable cause) |
CellException(org.apache.poi.ss.usermodel.Cell cell,
Throwable cause) |
CellException(int cellIndex,
int rowIndex,
String message) |
CellException(int cellIndex,
int rowIndex,
String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCellIndex() |
getRowIndexpublic CellException(org.apache.poi.ss.usermodel.Cell cell,
String message)
public CellException(org.apache.poi.ss.usermodel.Cell cell,
Throwable cause)
public CellException(org.apache.poi.ss.usermodel.Cell cell,
String message,
Throwable cause)
public CellException(int cellIndex,
int rowIndex,
String message)
Copyright © 2019. All rights reserved.