Class JexlException.Feature

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

      • code

        private final int code
        The feature code.
    • Constructor Detail

      • Feature

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