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