bloritsch    2002/10/03 10:37:55

  Modified:    util/src/java/org/apache/excalibur/util
                        MultiDelegateFactory.java
  Log:
  add javadoc declarations for the exceptions
  
  Revision  Changes    Path
  1.3       +5 -0      
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/MultiDelegateFactory.java
  
  Index: MultiDelegateFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/MultiDelegateFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MultiDelegateFactory.java 3 Oct 2002 17:37:15 -0000       1.2
  +++ MultiDelegateFactory.java 3 Oct 2002 17:37:55 -0000       1.3
  @@ -115,6 +115,11 @@
            * @param args    The arguments used for the method
            *
            * @return Object  must always be an "instance" of void.class
  +         *
  +         * @throws IllegalAccessException  When the method or proxy object
  +         *                                 is not accessible
  +         * @throws InvocationTargetException  When the method throws an
  +         *                                    exception
            */
           public Object invoke(Object proxy, Method method, Object[] args)
               throws IllegalAccessException, InvocationTargetException
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to