org.watertemplate.exception.InvalidTemplateObjectEvaluationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of watertemplate-engine Show documentation
Show all versions of watertemplate-engine Show documentation
Lighweight, fast Java 8 template engine.
package org.watertemplate.exception;
public class InvalidTemplateObjectEvaluationException extends TemplateException {
public InvalidTemplateObjectEvaluationException(String s) {
super(s);
}
}