if (t instanceof RuntimeException)
throw (RuntimeException) t;
throw new RuntimeException("Error during findClassLoader for " + className, e);
}
}
return bcl.findClassLoader(className);
}
/**
* Register the classloader policy with a classloader system
*