I am invoking a method from a class I obtained by using a URLClassLoader. Which is giving me the following exception.
The line that gives this exception isjava.lang.reflect.InvocationTargetException
and is called here...
Edit: The class name isn't used, avoiding any confusing.
The method has no parameters either, why is it giving that exception and what does it mean?