Package com.flipkart.zjsonpatch
Class JsonPointerEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.flipkart.zjsonpatch.JsonPointerEvaluationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonPointerEvaluationException(String message, JsonPointer path, com.fasterxml.jackson.databind.JsonNode target) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonPointerEvaluationException
public JsonPointerEvaluationException(String message, JsonPointer path, com.fasterxml.jackson.databind.JsonNode target)
-
-
Method Details
-
getPath
-
getTarget
public com.fasterxml.jackson.databind.JsonNode getTarget()
-