Uses of Package
tools.jackson.core.exc
Packages that use tools.jackson.core.exc
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
Package for subtypes of
JacksonException
defined and used by streaming API.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Internal implementation classes for efficient handling of
of symbols in JSON (Object property names)
Utility classes used by Jackson Core functionality.
-
Classes in tools.jackson.core.exc used by tools.jackson.coreClassDescriptionException type for read-side problems that are not direct decoding ("parsing") problems (those would be reported as basic
StreamReadExceptions), 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 write-side streaming processing problems, mostly content generation issues. -
Classes in tools.jackson.core.exc used by tools.jackson.core.baseClassDescriptionException type for read-side problems that are not direct decoding ("parsing") problems (those would be reported as basic
StreamReadExceptions), 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. -
Classes in tools.jackson.core.exc used by tools.jackson.core.excClassDescriptionException type for read-side problems that are not direct decoding ("parsing") problems (those would be reported as basic
StreamReadExceptions), but rather result from failed attempts to convert specific Java value out of valid but incompatible input value.Exception type used to wrap low-level I/O issues that are reported (asIOException) on reading and writing content using JDK streams and other sources and targets.Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.Intermediate base class for all write-side streaming processing problems, mostly content generation issues. -
Classes in tools.jackson.core.exc used by tools.jackson.core.jsonClassDescriptionException type for read-side problems that are not direct decoding ("parsing") problems (those would be reported as basic
StreamReadExceptions), but rather result from failed attempts to convert specific Java value out of valid but incompatible input value.Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.Intermediate base class for all write-side streaming processing problems, mostly content generation issues. -
Classes in tools.jackson.core.exc used by tools.jackson.core.symClassDescriptionException type used to indicate violations of stream constraints (for example
StreamReadConstraints) when reading or writing content. -
Classes in tools.jackson.core.exc used by tools.jackson.core.utilClassDescriptionException type for read-side problems that are not direct decoding ("parsing") problems (those would be reported as basic
StreamReadExceptions), 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 write-side streaming processing problems, mostly content generation issues.