Class InvalidDefinitionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidDefinitionException
    extends JsonMappingException
    Intermediate exception type used as the base class for all JsonMappingExceptions that are due to problems with target type definition; usually a problem with annotations used on a class or its properties. This is in contrast to MismatchedInputException which signals a problem with input to map.
    Since:
    2.9
    See Also:
    Serialized Form