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.
See Also:
  • Field Details

  • Constructor Details

    • EvaluationException

      EvaluationException(String message)
    • EvaluationException

      EvaluationException(String message, Throwable cause)