3839404142434445
try { _configuration = new Configuration(new File(configFileName)); _items = _configuration.getNodes(); this.addAll("", _items); } catch (Throwable t) { throw new MismatchConfigurationException(t.toString()); } }
4950515253545556
try { _configuration = new Configuration(null, text); _items = _configuration.getNodes(); this.addAll("", _items); } catch (Throwable t) { throw new MismatchConfigurationException(t.toString()); } }
6061626364656667