Package com.fasterxml.jackson.core.exc


package com.fasterxml.jackson.core.exc
Package for some of JsonProcessingException subtypes contained by streaming API.
  • Exceptions
    Class
    Description
    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.
    Exception type used to indicate violations of stream constraints (for example StreamReadConstraints) 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 read-side streaming processing problems, including parsing and input value coercion problems.