--
---
You received this message because you are subscribed to the Google Groups "Java™ Pathfinder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to java-pathfind...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
MethodInfo mi = getInvokedMethod(th, objRef);
if (mi == null) {
String clsName = th.getClassInfo(objRef).getName();
return th.createAndThrowException("java.lang.NoSuchMethodError", clsName + '.' + mname);
}