Package com.fasterxml.jackson.core.exc
package com.fasterxml.jackson.core.exc
Package for some of
JsonProcessingException
subtypes contained by streaming API.-
ClassDescriptionException type for read-side problems that are not direct decoding ("parsing") problems (those would be reported as
JsonParseException
s), but rather result from failed attempts to convert specific Java value out of valid but incompatible input value.Exception type used to indicate violations of stream constraints (for exampleStreamReadConstraints
) when reading or writing content.Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.