Package com.fasterxml.jackson.core.exc

Package for some of JsonProcessingException subtypes contained by streaming API.

See: Description

  • Exception Summary 
    Exception Description
    InputCoercionException
    Exception type for read-side problems that are not direct decoding ("parsing") problems (those would be reported as JsonParseExceptions), 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.

Package com.fasterxml.jackson.core.exc Description

Package for some of JsonProcessingException subtypes contained by streaming API.

Copyright © 2008–2023 FasterXML. All rights reserved.