149150151152153154155156157158
constructSubRegistry(name); } Registry registry = (Registry)subsets.get(name); if (registry == null) { throw new MissingSubRegistryException(this, name, commentIfFail); } else { return registry; } }