Class InvalidReferenceException

  • All Implemented Interfaces:
    Serializable

    public class InvalidReferenceException
    extends TemplateException
    A subclass of TemplateException that says there is no value associated with a given expression.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidReferenceException

        public InvalidReferenceException​(Environment env)
      • InvalidReferenceException

        public InvalidReferenceException​(String description,
                                         Environment env)