Class JsonQueryUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
net.thisptr.jackson.jq.exception.JsonQueryException
net.thisptr.jackson.jq.exception.JsonQueryUserException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate com.fasterxml.jackson.databind.JsonNodeFields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
value
private com.fasterxml.jackson.databind.JsonNode value
-
-
Constructor Details
-
JsonQueryUserException
public JsonQueryUserException(com.fasterxml.jackson.databind.JsonNode value)
-
-
Method Details
-
getMessageAsJsonNode
public com.fasterxml.jackson.databind.JsonNode getMessageAsJsonNode()- Overrides:
getMessageAsJsonNodein classJsonQueryException
-