Index: java/beans/IndexedPropertyDescriptor.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/beans/IndexedPropertyDescriptor.java,v retrieving revision 1.12 diff -u -r1.12 IndexedPropertyDescriptor.java --- java/beans/IndexedPropertyDescriptor.java 7 Oct 2005 12:47:55 -0000 1.12 +++ java/beans/IndexedPropertyDescriptor.java 10 Oct 2005 09:15:26 -0000 @@ -287,7 +287,7 @@ * * @param m the method to set */ - public void setIndexedReadMethod(Method m) + public void setIndexedReadMethod(Method m) throws IntrospectionException { getIndex = m; } @@ -302,7 +302,7 @@ * * @param m the method to set */ - public void setIndexedWriteMethod(Method m) + public void setIndexedWriteMethod(Method m) throws IntrospectionException { setIndex = m; }