public abstract class PropertyBindingException extends JsonMappingException
JsonMappingExceptions that are specifically related
 to problems related to binding an individual property.JsonMappingException.Reference| Modifier and Type | Field and Description | 
|---|---|
protected String | 
_propertiesAsString
Lazily constructed description of known properties, used for
 constructing actual message if and as needed. 
 | 
protected Collection<Object> | 
_propertyIds
Set of ids of properties that are known for the type, if this
 can be statically determined. 
 | 
protected String | 
_propertyName
 Note: redundant information since it is also included in the
 reference path. 
 | 
protected Class<?> | 
_referringClass
Class that does not contain mapping for the unrecognized property. 
 | 
_path| Modifier | Constructor and Description | 
|---|---|
protected  | 
PropertyBindingException(String msg,
                        com.fasterxml.jackson.core.JsonLocation loc,
                        Class<?> referringClass,
                        String propName,
                        Collection<Object> propertyIds)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Object> | 
getKnownPropertyIds()  | 
String | 
getMessageSuffix()  | 
String | 
getPropertyName()
Convenience method for accessing logical property name that could
 not be mapped. 
 | 
Class<?> | 
getReferringClass()
Method for accessing type (class) that is missing definition to allow
 binding of the unrecognized property. 
 | 
_appendPathDesc, _buildMessage, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPathgetLocation, getOriginalMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected final Class<?> _referringClass
protected final String _propertyName
Note: redundant information since it is also included in the reference path.
protected final Collection<Object> _propertyIds
protected transient String _propertiesAsString
protected PropertyBindingException(String msg, com.fasterxml.jackson.core.JsonLocation loc, Class<?> referringClass, String propName, Collection<Object> propertyIds)
public String getMessageSuffix()
getMessageSuffix in class com.fasterxml.jackson.core.JsonProcessingExceptionpublic Class<?> getReferringClass()
public String getPropertyName()
public Collection<Object> getKnownPropertyIds()
Copyright © 2014-2015 FasterXML. All Rights Reserved.