Class EvaluationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.auto.value.processor.escapevelocity.EvaluationException
All Implemented Interfaces:
Serializable

public class EvaluationException extends RuntimeException
An exception that occurred while evaluating a template, such as an undefined variable reference or a division by zero.
Author:
emcmanus@google.com (Éamonn McManus)
See Also: