Class JsonPointerEvaluationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.flipkart.zjsonpatch.JsonPointerEvaluationException
All Implemented Interfaces:
Serializable

public class JsonPointerEvaluationException extends Exception
See Also:
  • Constructor Details

    • JsonPointerEvaluationException

      public JsonPointerEvaluationException(String message, JsonPointer path, com.fasterxml.jackson.databind.JsonNode target)
  • Method Details

    • getPath

      public JsonPointer getPath()
    • getTarget

      public com.fasterxml.jackson.databind.JsonNode getTarget()