Class InvalidTypeIdException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidTypeIdException
    extends MismatchedInputException
    Exception thrown when resolution of a type id fails.
    Since:
    2.8
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidTypeIdException

        public InvalidTypeIdException​(JsonParser p,
                                      java.lang.String msg,
                                      JavaType baseType,
                                      java.lang.String typeId)