synchronized (_richlets) {
_richlets.put(name, info); //remove lock and restore info
}
throw UiException.Aide.wrap(ex, "Unable to instantiate "+info[0]);
} finally {
lock.unlock();
}
}
/** Returns an instance of richlet for the specified path, or
* null if not found.
*/