Enum Class的使用
cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException.ExceptionType
-
cn.toutatis.xvoid.axolotl.excel.support.exceptions中AxolotlExcelReadException.ExceptionType的使用
修饰符和类型方法说明Returns the enum constant of this class with the specified name.AxolotlExcelReadException.ExceptionType.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为AxolotlExcelReadException.ExceptionType的cn.toutatis.xvoid.axolotl.excel.support.exceptions中的构造器限定符构造器说明AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType, String message) AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType, String fieldName, int currentReadRowIndex, int currentReadColumnIndex, String message) AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType exceptionType, Throwable cause)