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

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

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

/**
 * Excel template exception
 *
 * @author Gjing
 **/
public class ExcelTemplateException extends ExcelResolverException {
    public ExcelTemplateException() {
        super("Excel template mismatch");
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy