196197198199200201202203204205206
{ ItemImpl node = (ItemImpl)root; try { node.parentData(); fail(); } catch (ItemNotFoundException e) { }