267268269270271272273274275
} // If descriptorsStore or contentStore is still null, then no valid // scope is defined in the namespace ... if (store == null) { throw new ServiceMissingOnRootNodeException(); } }
265266267268269270271272273