Class EvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.auto.value.processor.escapevelocity.EvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public class EvaluationException extends java.lang.RuntimeException
An exception that occurred while evaluating a template, such as an undefined variable reference or a division by zero.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description EvaluationException(java.lang.String message)
EvaluationException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-