Package org.approvej.json.jackson
Class JsonPointerScrubberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.approvej.json.jackson.JsonPointerScrubberException
- All Implemented Interfaces:
Serializable
Exception thrown when scrubbing a JSON node defined by
JsonPointer
fails.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonPointerScrubberException
(com.fasterxml.jackson.core.JsonPointer jsonPointer, com.fasterxml.jackson.databind.JsonNode parentNode) Creates a new JsonPointerScrubberException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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 scrubbedparentNode
- the actually found parent node (if any)
-