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
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathUsedOutsideOfPredicateException()Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-