Class JsonQueryException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int MAX_JSON_STRING_LENGTH  
      private static long serialVersionUID  
      • Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

        _location
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String format​(java.lang.String format, java.lang.Object... args)  
      com.fasterxml.jackson.databind.JsonNode getMessageAsJsonNode()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JsonQueryException

        public JsonQueryException​(java.lang.String msg)
      • JsonQueryException

        public JsonQueryException​(java.lang.Throwable e)
      • JsonQueryException

        public JsonQueryException​(java.lang.String msg,
                                  java.lang.Throwable rootCause)
      • JsonQueryException

        public JsonQueryException​(java.lang.String format,
                                  java.lang.Object... args)
    • Method Detail

      • getMessageAsJsonNode

        public com.fasterxml.jackson.databind.JsonNode getMessageAsJsonNode()
      • format

        private static java.lang.String format​(java.lang.String format,
                                               java.lang.Object... args)