Class DatabindException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidDefinitionException, JsonNodeException, MismatchedInputException, MissingInjectableValueExcepion, UnresolvedForwardReference, ValueInstantiationException

public class DatabindException extends 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: