Class PropertyBindingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IgnoredPropertyException, UnrecognizedPropertyException

public abstract class PropertyBindingException extends MismatchedInputException
Base class for JsonMappingExceptions that are specifically related to problems related to binding an individual property.
Since:
2.3
See Also:
  • Method Details

    • getMessageSuffix

      public String getMessageSuffix()
    • getReferringClass

      public Class<?> getReferringClass()
      Method for accessing type (class) that is missing definition to allow binding of the unrecognized property.
    • getPropertyName

      public String getPropertyName()
      Convenience method for accessing logical property name that could not be mapped. Note that it is the last path reference in the underlying path.
    • getKnownPropertyIds

      public Collection<Object> getKnownPropertyIds()