}
try {
final Method mtd = Classes.getMethodBySignature(cls, sig, null);
if ((mtd.getModifiers() & Modifier.STATIC) != 0)
mtds.put(name, new MethodFunction(mtd));
else
log.error("Not a static method: "+mtd);
} catch (ClassNotFoundException ex) {
log.error("Relavant class not found when loading "+clsnm+", "+e.getLocator(), ex);
excp = ex;