⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 excelimportexception.java

📁 这是一个用java三层框架做的ISS学员管理系统
💻 JAVA
字号:
package org.pontifex.commons.exchange;

/**
 * Created by IntelliJ IDEA.
 * User: Songzou
 * Date: 2007-05-10
 * Time: 11:57:43
 */
public class ExcelImportException extends RuntimeException{
  public ExcelImportException() {
    super();    //To change body of overridden methods use File | Settings | File Templates.
  }

  public ExcelImportException(String message) {
    super(message);    //To change body of overridden methods use File | Settings | File Templates.
  }

  public ExcelImportException(String message, Throwable cause) {
    super(message, cause);    //To change body of overridden methods use File | Settings | File Templates.
  }

  public ExcelImportException(Throwable cause) {
    super(cause);    //To change body of overridden methods use File | Settings | File Templates.
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -