Class NonNodeException

All Implemented Interfaces:
Serializable

public class NonNodeException extends UnexpectedTypeException
Indicates that a TemplateNodeModel value was expected, but the value had a different type.
Since:
2.3.21
See Also:
Serialized Form
  • Constructor Details

    • NonNodeException

      public NonNodeException(Environment env)
    • NonNodeException

      public NonNodeException(String description, Environment env)