MissingResourceException mre = new MissingResourceException(scdlResource);
mre.setIdentifier(name);
throw mre;
}
} else {
MissingIncludeException mie = new MissingIncludeException();
mie.setIdentifier(name);
throw mie;
}
DeploymentContext childContext = new ChildDeploymentContext(deploymentContext, cl, url);
CompositeComponentType composite = loadFromSidefile(parent, url, childContext);