package org.watertemplate.exception; public class InvalidTemplateObjectEvaluationException extends TemplateException { public InvalidTemplateObjectEvaluationException(String s) { super(s); } }