205206207208209210211212213214
+ this.toString()); } } catch (DOMException domex) { String msg = "Failed to traverse XML"; logger.error(msg); throw new SysParseException(msg); } logger.debug("exiting Constructor from XML Element"); }