72737475767778798081
Node node = getNode(key); if (node == null) { throw new ConfigurationException("node not found : " + key); } return node; }
9596979899100101102
factories.put(name, cacheFactory); } catch (Exception e) { throw new ConfigurationException("unable to create factory : " + name + "=" + factoryClassName, e); } }
149150151152153154155156
factoryWrapper.setProperty(name, value); } } catch (Exception e) { throw new ConfigurationException(e); } }