Class NonStringOrTemplateOutputException

All Implemented Interfaces:
Serializable

public class NonStringOrTemplateOutputException extends UnexpectedTypeException
Indicates that a TemplateScalarModel (or maybe something that can be automatically coerced to that) or TemplateMarkupOutputModel value was expected, but the value had a different type.
See Also:
Serialized Form
  • Constructor Details

    • NonStringOrTemplateOutputException

      public NonStringOrTemplateOutputException(Environment env)
    • NonStringOrTemplateOutputException

      public NonStringOrTemplateOutputException(String description, Environment env)