JsonProcessingException
subtypes contained by streaming API.See: Description
Exception | Description |
---|---|
InputCoercionException |
Exception 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. |
StreamConstraintsException |
Exception type used to indicate violations of stream constraints
(for example
StreamReadConstraints )
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.
|
JsonProcessingException
subtypes contained by streaming API.Copyright © 2008–2023 FasterXML. All rights reserved.