Class NonStringException

All Implemented Interfaces:
Serializable

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

    • NonStringException

      public NonStringException(Environment env)
    • NonStringException

      public NonStringException(String description, Environment env)