Class PropertyBindingException

    • Constructor Detail

      • PropertyBindingException

        public PropertyBindingException​(Object target,
                                        String propertyName,
                                        Object value)
      • PropertyBindingException

        public PropertyBindingException​(Object target,
                                        Throwable e)
    • Method Detail

      • getTarget

        public Object getTarget()
      • getPropertyName

        public String getPropertyName()
      • getValue

        public Object getValue()
      • getOptionPrefix

        public String getOptionPrefix()
      • getOptionKey

        public String getOptionKey()