Class PathUsedOutsideOfPredicateException

All Implemented Interfaces:
Serializable

public class PathUsedOutsideOfPredicateException extends EvaluateRuntimeException
Thrown when attempting to evaluate "path" statements that are outside of a predicate e.g. "a.b.c" rather than [{...},...][a.b.c=1] Ideally we'd prevent expressions like this from parsing in the first place.
See Also:
  • Constructor Details

    • PathUsedOutsideOfPredicateException

      public PathUsedOutsideOfPredicateException()
      Constructor