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

org.watertemplate.exception.InvalidTemplateObjectEvaluationException Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package org.watertemplate.exception;

public class InvalidTemplateObjectEvaluationException extends TemplateException {
    public InvalidTemplateObjectEvaluationException(String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy