Package com.api.jsonata4java.expressions
Class PathUsedOutsideOfPredicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.api.jsonata4java.expressions.EvaluateRuntimeException
com.api.jsonata4java.expressions.PathUsedOutsideOfPredicateException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathUsedOutsideOfPredicateException
public PathUsedOutsideOfPredicateException()Constructor
-