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 isQuote:
java.lang.reflect.InvocationTargetException
Code Java:
and is called here...
Code Java:
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?
