mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
6468534: (reflect) Exception types cannot be parameterized, rephrase getGenericExceptionTypes
Reviewed-by: alanb
This commit is contained in:
parent
ac3412974f
commit
8249846a75
2 changed files with 0 additions and 8 deletions
|
@ -275,10 +275,6 @@ public final
|
|||
* 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.
|
||||
*
|
||||
|
|
|
@ -317,10 +317,6 @@ public final
|
|||
* 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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue