All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.janeluo.jfinalplus.kit.excel.ExcelException Maven / Gradle / Ivy

There is a newer version: 2.2.0.r3
Show newest version
package com.janeluo.jfinalplus.kit.excel;

public class ExcelException extends RuntimeException {

	private static final long serialVersionUID = -3631194189331161688L;

	public ExcelException(String message) {
		super(message);
	}

    public ExcelException(Throwable cause) {
        super(cause);
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy