commit | f15905c77f71f13cefab1c7a6463de4e86e5a8d7 | [log] [tgz] |
---|---|---|
author | jrose <none@none> | Fri Feb 11 01:26:32 2011 -0800 |
committer | jrose <none@none> | Fri Feb 11 01:26:32 2011 -0800 |
tree | 05fd55c9913a87ea59adb28fb5745d06016db4b4 | |
parent | adc650a4633dbfe6e9457467b49b81bfb8c5614f [diff] |
7013730: JSR 292 reflective operations should report errors with standard exception types Summary: remove NoAccessException, replace it by ReflectiveOperationException subtypes; adjust javadoc of exceptions Reviewed-by: twisti