public class AxolotlExcelReadException extends RuntimeException
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AxolotlExcelReadException.ExceptionType |
| 构造器和说明 |
|---|
AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType,
String message) |
AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType,
String fieldName,
int currentReadRowIndex,
int currentReadColumnIndex,
String message) |
AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType,
Throwable cause) |
AxolotlExcelReadException(CastContext<?> castContext,
String message) |
AxolotlExcelReadException(EntityCellMappingInfo<?> mappingInfo,
String message) |
AxolotlExcelReadException(WorkBookContext workBookContext,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHumanReadablePosition() |
public AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType, Throwable cause)
public AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType, String message)
public AxolotlExcelReadException(WorkBookContext workBookContext, String message)
public AxolotlExcelReadException(EntityCellMappingInfo<?> mappingInfo, String message)
public AxolotlExcelReadException(CastContext<?> castContext, String message)
public AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType, String fieldName, int currentReadRowIndex, int currentReadColumnIndex, String message)
public String getHumanReadablePosition()
Copyright © 2024. All rights reserved.