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

cn.gjing.tools.excel.exception.ExcelInitException Maven / Gradle / Ivy

There is a newer version: 2021.12.3
Show newest version
package cn.gjing.tools.excel.exception;

/**
 * Excel resolver initialization exception
 * @author Gjing
 **/
public class ExcelInitException extends ExcelResolverException {
    public ExcelInitException() {
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy