Package net.thisptr.jackson.jq.exception
Class JsonQueryException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalJsonArgumentException
,IllegalJsonInputException
,JsonQueryBreakException
,JsonQueryTypeException
,JsonQueryUndefinedBehaviorException
,JsonQueryUserException
public class JsonQueryException
extends com.fasterxml.jackson.core.JsonProcessingException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final long
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location
-
Constructor Summary
ConstructorsConstructorDescriptionJsonQueryException
(String msg) JsonQueryException
(String format, Object... args) JsonQueryException
(String msg, Throwable rootCause) -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
MAX_JSON_STRING_LENGTH
private static final int MAX_JSON_STRING_LENGTH- See Also:
-
-
Constructor Details
-
JsonQueryException
-
JsonQueryException
-
JsonQueryException
-
JsonQueryException
-
-
Method Details
-
getMessageAsJsonNode
public com.fasterxml.jackson.databind.JsonNode getMessageAsJsonNode() -
format
-