Class JexlException.Ambiguous

All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

Thrown when parsing fails due to an ambiguous statement.
Since:
3.0
See Also:
  • Constructor Details

    • Ambiguous

      public Ambiguous(JexlInfo begin, JexlInfo end, String expr)
      Creates a new Ambiguous statement exception instance.
      Parameters:
      begin - the start location information
      end - the end location information
      expr - the source expression line
    • Ambiguous

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