115116117118119120121122123
// } @Override public ITEM getItemFromID(int id) throws DirectoryItemNotFoundException { if (replacedItems.contains(id)) { throw new DirectoryItemReplacedException("Элемент был заменен"); } return super.getItemFromID(id); }