6468534: (reflect) Exception types cannot be parameterized, rephrase getGenericExceptionTypes.
authordarcy
Tue, 22 Sep 2009 16:11:23 -0700
changeset 3941 7b53330adf8f
parent 3900 ce74bd35ce94
child 3942 685e04a98396
6468534: (reflect) Exception types cannot be parameterized, rephrase getGenericExceptionTypes. Reviewed-by: alanb
jdk/src/share/classes/java/lang/reflect/Constructor.java
jdk/src/share/classes/java/lang/reflect/Method.java
--- a/jdk/src/share/classes/java/lang/reflect/Constructor.java	Wed Jul 05 17:01:15 2017 +0200
+++ b/jdk/src/share/classes/java/lang/reflect/Constructor.java	Tue Sep 22 16:11:23 2009 -0700
@@ -275,10 +275,6 @@
      * Returns an array of length 0 if the underlying method declares
      * no exceptions in its {@code throws} clause.
      *
-     * <p>If an exception type is a parameterized type, the {@code Type}
-     * object returned for it must accurately reflect the actual type
-     * parameters used in the source code.
-     *
      * <p>If an exception type is a type variable or a parameterized
      * type, it is created. Otherwise, it is resolved.
      *
--- a/jdk/src/share/classes/java/lang/reflect/Method.java	Wed Jul 05 17:01:15 2017 +0200
+++ b/jdk/src/share/classes/java/lang/reflect/Method.java	Tue Sep 22 16:11:23 2009 -0700
@@ -317,10 +317,6 @@
      * Returns an array of length 0 if the underlying method declares
      * no exceptions in its {@code throws} clause.
      *
-     * <p>If an exception type is a parameterized type, the {@code Type}
-     * object returned for it must accurately reflect the actual type
-     * parameters used in the source code.
-     *
      * <p>If an exception type is a type variable or a parameterized
      * type, it is created. Otherwise, it is resolved.
      *