jdk/src/share/classes/java/lang/reflect/Method.java
changeset 9022 b2e8758b10fd
parent 5506 202f599c92aa
child 9029 e92fcf58f684
equal deleted inserted replaced
9021:5cf29386a520 9022:b2e8758b10fd
   563      * @return the result of dispatching the method represented by
   563      * @return the result of dispatching the method represented by
   564      * this object on {@code obj} with parameters
   564      * this object on {@code obj} with parameters
   565      * {@code args}
   565      * {@code args}
   566      *
   566      *
   567      * @exception IllegalAccessException    if this {@code Method} object
   567      * @exception IllegalAccessException    if this {@code Method} object
   568      *              enforces Java language access control and the underlying
   568      *              is enforcing Java language access control and the underlying
   569      *              method is inaccessible.
   569      *              method is inaccessible.
   570      * @exception IllegalArgumentException  if the method is an
   570      * @exception IllegalArgumentException  if the method is an
   571      *              instance method and the specified object argument
   571      *              instance method and the specified object argument
   572      *              is not an instance of the class or interface
   572      *              is not an instance of the class or interface
   573      *              declaring the underlying method (or of a subclass
   573      *              declaring the underlying method (or of a subclass