mardi 29 septembre 2015

Using reflection

I am experiencing this problem

java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)

when invoking a method through reflection

 method.invoke(null, input.get(i), result.get(i));





Aucun commentaire:

Enregistrer un commentaire