Class JsonPointerScrubberException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.approvej.json.jackson.JsonPointerScrubberException
All Implemented Interfaces:
Serializable

public class JsonPointerScrubberException extends RuntimeException
Exception thrown when scrubbing a JSON node defined by JsonPointer fails.
See Also:
  • Constructor Details

    • JsonPointerScrubberException

      public JsonPointerScrubberException(com.fasterxml.jackson.core.JsonPointer jsonPointer, com.fasterxml.jackson.databind.JsonNode parentNode)
      Creates a new JsonPointerScrubberException.
      Parameters:
      jsonPointer - the full pointer that should have been scrubbed
      parentNode - the actually found parent node (if any)