Class ValueAwareException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
io.deephaven.json.jackson.ValueAwareException
All Implemented Interfaces:
Serializable

public class ValueAwareException extends com.fasterxml.jackson.core.JsonProcessingException
See Also:
  • Constructor Details

    • ValueAwareException

      public ValueAwareException(String msg, com.fasterxml.jackson.core.JsonLocation loc, Value valueContext)
    • ValueAwareException

      public ValueAwareException(String msg, com.fasterxml.jackson.core.JsonLocation loc, Throwable cause, Value valueContext)
  • Method Details

    • value

      public Value value()
    • getMessageSuffix

      protected String getMessageSuffix()
      Overrides:
      getMessageSuffix in class com.fasterxml.jackson.core.JsonProcessingException