| Exception | Description | 
|---|---|
| InvalidFormatException | Specialized sub-class of  JsonMappingExceptionthat is used when the underlying problem appears to be that
 of bad formatting of a value to deserialize. | 
| UnrecognizedPropertyException | Specialized  JsonMappingExceptionsub-class specifically used
 to indicate problems due to encountering a JSON property that could
 not be mapped to an Object property (via getter, constructor argument
 or field). | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.