Package net.thisptr.jackson.jq.exception
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:
java.io.Serializable
public class JsonQueryUserException extends JsonQueryException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private com.fasterxml.jackson.databind.JsonNode
value
-
Constructor Summary
Constructors Constructor Description JsonQueryUserException(com.fasterxml.jackson.databind.JsonNode value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
getMessageAsJsonNode()
-
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
value
private com.fasterxml.jackson.databind.JsonNode value
-
-
Method Detail
-
getMessageAsJsonNode
public com.fasterxml.jackson.databind.JsonNode getMessageAsJsonNode()
- Overrides:
getMessageAsJsonNode
in classJsonQueryException
-
-