public class ExcelException extends BaseException
| Constructor and Description |
|---|
ExcelException(int code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static ExcelException |
dataConvertError() |
static ExcelException |
excelReadError() |
static ExcelException |
failToGenerateExcel() |
static ExcelException |
failToMkdirs() |
static ExcelException |
failToParseExcel() |
static ExcelException |
failToReadSheet() |
static ExcelException |
notSupport(String extension) |
getCode, setCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExcelException(int code,
String message)
public static ExcelException failToMkdirs()
public static ExcelException failToGenerateExcel()
public static ExcelException excelReadError()
public static ExcelException failToReadSheet()
public static ExcelException failToParseExcel()
public static ExcelException notSupport(String extension)
public static ExcelException dataConvertError()
Copyright © 2021. All rights reserved.