org.jeecgframework.poi.exception.excel
类 ExcelExportException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.jeecgframework.poi.exception.excel.ExcelExportException
所有已实现的接口:
Serializable

public class ExcelExportException
extends RuntimeException

导出异常

作者:
JueYue
另请参见:
序列化表格

构造方法摘要
ExcelExportException()
           
ExcelExportException(ExcelExportEnum type)
           
ExcelExportException(ExcelExportEnum type, Throwable cause)
           
ExcelExportException(String message)
           
ExcelExportException(String message, ExcelExportEnum type)
           
 
方法摘要
 ExcelExportEnum getType()
           
 void setType(ExcelExportEnum 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
 

构造方法详细信息

ExcelExportException

public ExcelExportException()

ExcelExportException

public ExcelExportException(ExcelExportEnum type)

ExcelExportException

public ExcelExportException(ExcelExportEnum type,
                            Throwable cause)

ExcelExportException

public ExcelExportException(String message)

ExcelExportException

public ExcelExportException(String message,
                            ExcelExportEnum type)
方法详细信息

getType

public ExcelExportEnum getType()

setType

public void setType(ExcelExportEnum type)


Copyright © 2015. All Rights Reserved.