Class JsonQueryUserException

    • Field Summary

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

        _location
    • 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
      • 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
    • Field Detail

      • value

        private com.fasterxml.jackson.databind.JsonNode value
    • Constructor Detail

      • JsonQueryUserException

        public JsonQueryUserException​(com.fasterxml.jackson.databind.JsonNode value)