9596979899100101102103
private void readRootNode() throws InconsistentNodeHierarchyException { readNodesByPath(); boolean verified = verifyProblematicNodes() && verifyNodeHierarchy(); if (!verified) { throw new InconsistentNodeHierarchyException(); } buildNodeStructure(); }
93949596979899100101
private void readRootNode() throws InconsistentNodeHierarchyException { readNodesByPath(); boolean verified = verifyNodeHierarchy(); if (!verified) { throw new InconsistentNodeHierarchyException(); } buildNodeStructure(); }