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
另请参见:
序列化表格

构造方法摘要
ExcelImportException()
           
ExcelImportException(ExcelImportEnum type)
           
ExcelImportException(ExcelImportEnum type, Throwable cause)
           
ExcelImportException(String message)
           
ExcelImportException(String message, ExcelImportEnum type)
           
 
方法摘要
 ExcelImportEnum getType()
           
 void setType(ExcelImportEnum type)
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.