Class InvalidPropertyException

    • Constructor Detail

      • InvalidPropertyException

        public InvalidPropertyException​(Object owner,
                                        String propertyName)
      • InvalidPropertyException

        public InvalidPropertyException​(Object owner,
                                        String propertyName,
                                        Class<?> type)
    • Method Detail

      • getPropertyName

        public String getPropertyName()
      • getOwner

        public Object getOwner()