Package io.deephaven.json.jackson
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:
-
Field Summary
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location
-
Constructor Summary
ConstructorDescriptionValueAwareException
(String msg, com.fasterxml.jackson.core.JsonLocation loc, Value valueContext) ValueAwareException
(String msg, com.fasterxml.jackson.core.JsonLocation loc, Throwable cause, Value valueContext) -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getOriginalMessage, getProcessor, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ValueAwareException
-
ValueAwareException
-
-
Method Details
-
value
-
getMessageSuffix
- Overrides:
getMessageSuffix
in classcom.fasterxml.jackson.core.JsonProcessingException
-