public class TypeCastException extends IllegalArgumentException
| 构造器和说明 |
|---|
TypeCastException(int row,
int col,
CellType from,
Class<?> to) |
TypeCastException(int row,
int col,
CellType from,
Class<?> to,
String message) |
TypeCastException(int row,
int col,
CellType from,
Class<?> to,
String message,
Throwable cause) |
TypeCastException(int row,
int col,
CellType from,
Class<?> to,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCol() |
CellType |
getFrom() |
int |
getRow() |
Class<?> |
getTo() |
void |
setCol(int col) |
void |
setFrom(CellType from) |
void |
setRow(int row) |
void |
setTo(Class<?> to) |
String |
toColumnLetter() |
public TypeCastException(int row,
int col,
CellType from,
Class<?> to,
String message)
public TypeCastException(int row,
int col,
CellType from,
Class<?> to,
String message,
Throwable cause)
public int getRow()
public void setRow(int row)
public int getCol()
public void setCol(int col)
public CellType getFrom()
public void setFrom(CellType from)
public Class<?> getTo()
public void setTo(Class<?> to)
public String toColumnLetter()
Copyright © 2024. All rights reserved.