Uses of Class
tools.jackson.core.exc.StreamWriteException
Packages that use StreamWriteException
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.Package for subtypes of
JacksonException
defined and used by streaming API.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Utility classes used by Jackson Core functionality.
-
Uses of StreamWriteException in tools.jackson.core
Methods in tools.jackson.core that return StreamWriteExceptionModifier and TypeMethodDescriptionprotected StreamWriteExceptionJsonGenerator._constructWriteException(String msg) protected StreamWriteExceptionJsonGenerator._constructWriteException(String msg, Object arg) protected StreamWriteExceptionJsonGenerator._constructWriteException(String msg, Object arg1, Object arg2) protected StreamWriteExceptionJsonGenerator._constructWriteException(String msg, Throwable t) Methods in tools.jackson.core that throw StreamWriteExceptionModifier and TypeMethodDescriptionprotected <T> TJsonGenerator._reportArgumentError(String msg) Helper method used for constructing and throwingStreamWriteExceptionwith given message, in cases where argument(s) used for a call (usually one ofwriteXxx()methods) is invalid.protected <T> TJsonGenerator._reportError(String msg) Helper method used for constructing and throwingStreamWriteExceptionwith given message. -
Uses of StreamWriteException in tools.jackson.core.exc
Methods in tools.jackson.core.exc that return StreamWriteExceptionModifier and TypeMethodDescriptionStreamWriteException.withGenerator(JsonGenerator g) Fluent method that may be used to assign originatingJsonGenerator, to be accessed usingprocessor(). -
Uses of StreamWriteException in tools.jackson.core.json
Methods in tools.jackson.core.json that throw StreamWriteException -
Uses of StreamWriteException in tools.jackson.core.util
Methods in tools.jackson.core.util that throw StreamWriteException