Class JsonQueryBreakException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.fasterxml.jackson.databind.ObjectMapper MAPPER  
      private java.lang.String name  
      private static long serialVersionUID  
      • Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

        _location
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode getMessageAsJsonNode()  
      java.lang.String name()  
      • 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

      • MAPPER

        private static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
      • name

        private final java.lang.String name
    • Constructor Detail

      • JsonQueryBreakException

        public JsonQueryBreakException​(java.lang.String name)
    • Method Detail

      • name

        public java.lang.String name()