107108109110111112113114115116117
} else { this.factory = factory; } try { config = (new XMLParser()).process(inputStream, validate); } catch (Exception e) { String msg = "can't read config: " + e.getMessage(); throw new IllegalStateException(msg); }
105106107108109110111112113114115