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 com.fasterxml.jackson.core.json.async Non-blocking ("async") JSON parser implementation.com.fasterxml.jackson.core.sym Internal implementation classes for efficient handling of of symbols in JSON (field names in Objects)com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core Class Description StreamConstraintsException Exception type used to indicate violations of stream constraints (for exampleStreamReadConstraints
) when reading or writing content.StreamReadException Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.StreamWriteException 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.StreamConstraintsException Exception type used to indicate violations of stream constraints (for exampleStreamReadConstraints
) when reading or writing content. -
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.StreamWriteException 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. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.json.async Class Description StreamConstraintsException Exception type used to indicate violations of stream constraints (for exampleStreamReadConstraints
) when reading or writing content. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.sym Class Description StreamConstraintsException Exception type used to indicate violations of stream constraints (for exampleStreamReadConstraints
) when reading or writing content. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.util Class Description StreamConstraintsException Exception type used to indicate violations of stream constraints (for exampleStreamReadConstraints
) when reading or writing content.