118119120121122123124125126127128
{ usedObjects.addAll(list); } else { throw new LookupFailedException( "Object or type " + name + " is not registered in the registry.", null); } } }
303304305306307308309310311
} catch (IOException e) { LOG.error("Could not read entry at '" + location + "' from repository.", e); throw new LookupFailedException( "Could not read repository entry at '" + location + "'.", e); } }