Package io.fabric8.zjsonpatch
Class JsonPointerEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.fabric8.zjsonpatch.JsonPointerEvaluationException
-
- All Implemented Interfaces:
Serializable
public class JsonPointerEvaluationException extends Exception
This class is ported from FlipKart zjsonpatch repository- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonPointerEvaluationException(String message, JsonPointer path, com.fasterxml.jackson.databind.JsonNode target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonPointergetPath()com.fasterxml.jackson.databind.JsonNodegetTarget()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JsonPointerEvaluationException
public JsonPointerEvaluationException(String message, JsonPointer path, com.fasterxml.jackson.databind.JsonNode target)
-
-
Method Detail
-
getPath
public JsonPointer getPath()
-
getTarget
public com.fasterxml.jackson.databind.JsonNode getTarget()
-
-