Class JexlException.Feature

All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

public static class JexlException.Feature extends JexlException.Parsing
Thrown when parsing fails due to a disallowed feature.
Since:
3.2
See Also:
  • Constructor Details

    • Feature

      public Feature(JexlInfo info, int feature, String expr)
      Creates a new Ambiguous statement exception instance.
      Parameters:
      info - the location information
      feature - the feature code
      expr - the source expression line
  • Method Details