return;
}
for (PluginProxy proxy : proxys) {
try {
PluginInterface plugin = proxy.getPlugin();
plugin.init(context, proxy.getInitParams());
} catch (PluginException e) {
LOGGER
.warn("Warning: initPlugins(), Unable to initialize plugin: " + proxy.getName() + " (" + e.getMessage() + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
proxy.setInitThrewException(true);
}