org.jeecgframework.poi.exception.excel
类 ExcelImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jeecgframework.poi.exception.excel.ExcelImportException
- 所有已实现的接口:
- Serializable
public class ExcelImportException
- extends RuntimeException
导入异常
- 作者:
- JueYue
- 另请参见:
- 序列化表格
| 从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExcelImportException
public ExcelImportException()
ExcelImportException
public ExcelImportException(ExcelImportEnum type)
ExcelImportException
public ExcelImportException(ExcelImportEnum type,
Throwable cause)
ExcelImportException
public ExcelImportException(String message)
ExcelImportException
public ExcelImportException(String message,
ExcelImportEnum type)
getType
public ExcelImportEnum getType()
setType
public void setType(ExcelImportEnum type)
Copyright © 2015. All Rights Reserved.