Class InvalidDefinitionException

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 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: