jdk/src/share/classes/java/beans/PropertyDescriptor.java
changeset 19213 c360667a0da2
parent 15990 057010ebd827
child 20110 85b98c3054f6
--- a/jdk/src/share/classes/java/beans/PropertyDescriptor.java	Tue Aug 06 14:33:56 2013 -0700
+++ b/jdk/src/share/classes/java/beans/PropertyDescriptor.java	Tue Aug 06 16:01:39 2013 -0700
@@ -243,6 +243,7 @@
      * Sets the method that should be used to read the property value.
      *
      * @param readMethod The new read method.
+     * @throws IntrospectionException if the read method is invalid
      */
     public synchronized void setReadMethod(Method readMethod)
                                 throws IntrospectionException {
@@ -313,6 +314,7 @@
      * Sets the method that should be used to write the property value.
      *
      * @param writeMethod The new write method.
+     * @throws IntrospectionException if the write method is invalid
      */
     public synchronized void setWriteMethod(Method writeMethod)
                                 throws IntrospectionException {