Class InvalidDefinitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.jackson.core.JacksonException
tools.jackson.databind.DatabindException
tools.jackson.databind.exc.InvalidDefinitionException
All Implemented Interfaces:
Serializable

public class InvalidDefinitionException extends DatabindException
Intermediate exception type used as the base class for all DatabindExceptions 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.
See Also: