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

io.github.mengfly.excel.report.exception.TemplateNotFoundException Maven / Gradle / Ivy

The newest version!
package io.github.mengfly.excel.report.exception;

public class TemplateNotFoundException extends ExcelReportException {

    public TemplateNotFoundException(String templateId) {
        super("Template not found : " + templateId);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy