public abstract class PropertyBindingException extends JsonMappingException
JsonMappingException
s 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, _processor
_location
Modifier | Constructor and Description |
---|---|
protected |
PropertyBindingException(JsonParser p,
String msg,
JsonLocation loc,
Class<?> referringClass,
String propName,
Collection<Object> propertyIds) |
protected |
PropertyBindingException(String msg,
JsonLocation loc,
Class<?> referringClass,
String propName,
Collection<Object> propertyIds)
Deprecated.
Since 2.7
|
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, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPath
getLocation, getOriginalMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected 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(JsonParser p, String msg, JsonLocation loc, Class<?> referringClass, String propName, Collection<Object> propertyIds)
@Deprecated protected PropertyBindingException(String msg, JsonLocation loc, Class<?> referringClass, String propName, Collection<Object> propertyIds)
public String getMessageSuffix()
getMessageSuffix
in class JsonProcessingException
public Class<?> getReferringClass()
public String getPropertyName()
public Collection<Object> getKnownPropertyIds()
Copyright © 2008–2016 FasterXML. All rights reserved.