Class PropertyBindingException

    • Method Detail

      • getMessageSuffix

        public java.lang.String getMessageSuffix()
      • getReferringClass

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

        public java.lang.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 java.util.Collection<java.lang.Object> getKnownPropertyIds()