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

gg.jte.TemplateNotFoundException Maven / Gradle / Ivy

There is a newer version: 3.1.12
Show newest version
package gg.jte;

public class TemplateNotFoundException extends TemplateException {
    public TemplateNotFoundException(String message) {
        super(message);
    }

    public TemplateNotFoundException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy