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

public class JsonMappingException extends DatabindException
Checked exception used to signal fatal problems with mapping of content, distinct from low-level I/O problems (signaled using simple IOExceptions) 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: