-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.1
-
generic
-
generic
Class.newInstance() may throw a java.lang.IllegalAccessError
exception if it encounters an unimplemented interface. See
ResolveInterfaces() which is called during the newInstance()
call.
newInstance() is documented as possibly throwing two exceptions
neither of which is java.lang.IllegalAccessError.
exception if it encounters an unimplemented interface. See
ResolveInterfaces() which is called during the newInstance()
call.
newInstance() is documented as possibly throwing two exceptions
neither of which is java.lang.IllegalAccessError.