Class NonStringException

  • All Implemented Interfaces:
    java.io.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 Detail

      • NonStringException

        public NonStringException​(Environment env)
      • NonStringException

        public NonStringException​(java.lang.String description,
                                  Environment env)