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

  • Method Details