java · java/IllegalAccessException
IllegalAccessException
Illegal Access Exception
A reflective operation (Class.newInstance, Method.invoke, Field.get, etc.) failed because the target member is not accessible. Call setAccessible(true) on the Method/Field/Constructor before invoking it, or adjust module exports for the target class.