Uses of Package
com.fasterxml.jackson.core.exc
-
Packages that use com.fasterxml.jackson.core.exc Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactory
used for constructing JSON parser (JsonParser
) and generator (JsonGenerator
) instances.com.fasterxml.jackson.core.base Base classes used by concrete Parser and Generator implementations; contain functionality that is not specific to JSON or input abstraction (byte vs char).com.fasterxml.jackson.core.exc Package for some ofJsonProcessingException
subtypes contained by streaming API.com.fasterxml.jackson.core.io -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core Class Description StreamReadException Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.base Class Description InputCoercionException Exception type for read-side problems that are not direct decoding ("parsing") problems (those would be reported asJsonParseException
s), but rather result from failed attempts to convert specific Java value out of valid but incompatible input value. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.exc Class Description InputCoercionException Exception type for read-side problems that are not direct decoding ("parsing") problems (those would be reported asJsonParseException
s), but rather result from failed attempts to convert specific Java value out of valid but incompatible input value.StreamReadException Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.io Class Description StreamReadException Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.