Class PropertyNotReadableException

    • Constructor Detail

      • PropertyNotReadableException

        public PropertyNotReadableException​(Object target,
                                            String name)
        Constructor.
        Parameters:
        target - the object on which the property was unsuccessfully read.
        name - the name of the property which was unsuccessfully read.
      • PropertyNotReadableException

        public PropertyNotReadableException​(Object target,
                                            String name,
                                            String detail)
        Constructor.
        Parameters:
        target - the object on which the property was unsuccessfully read.
        name - the name of the property which was unsuccessfully read.
        detail - a detail cause which is appended to the error message.