144145146147148149150151152153154
} } cls = _config.getUiFactoryClass(); if (cls == null) { _factory = new SimpleUiFactory(); } else { try { _factory = (UiFactory)cls.newInstance(); } catch (Exception ex) { throw UiException.Aide.wrap(ex, "Unable to construct "+cls);