Class InvalidTypeIdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
All Implemented Interfaces:
Serializable

public class InvalidTypeIdException extends MismatchedInputException
Exception thrown when resolution of a type id fails.
Since:
2.8
See Also:
  • Field Details

    • _baseType

      protected final JavaType _baseType
      Basetype for which subtype was to be resolved
    • _typeId

      protected final String _typeId
      Type id that failed to be resolved to a subtype; `null` in cases where no type id was located (since 2.9).
  • Constructor Details

    • InvalidTypeIdException

      public InvalidTypeIdException(com.fasterxml.jackson.core.JsonParser p, String msg, JavaType baseType, String typeId)
  • Method Details