序列化表格
-
程序包 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions
-
异常错误 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
class AxolotlExcelReadException extends AxolotlException implements Serializable-
序列化字段
-
currentReadColumnIndex
int currentReadColumnIndex
当前读取的列号 -
currentReadRowIndex
int currentReadRowIndex
当前读取的行号 -
exceptionType
AxolotlExcelReadException.ExceptionType exceptionType
异常类型 -
fieldName
String fieldName
错误的属性名称
-
-
-
-
程序包 cn.toutatis.xvoid.axolotl.exceptions
-
异常错误 cn.toutatis.xvoid.axolotl.exceptions.AxolotlException
class AxolotlException extends RuntimeException implements Serializable
-