Class DatabindException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.jackson.core.JacksonException
tools.jackson.databind.DatabindException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidDefinitionException, JsonNodeException, MismatchedInputException, UnresolvedForwardReference, ValueInstantiationException

public class DatabindException extends tools.jackson.core.JacksonException
Exception used to signal fatal problems with mapping of content, distinct from low-level I/O problems (signaled using simple JacksonIOExceptions) or data encoding/decoding problems (signaled with StreamReadException, StreamWriteException).

One additional feature is the ability to denote relevant path of references (during serialization/deserialization) to help in troubleshooting.

See Also: