// check context
if (context == null) {
throw new IllegalArgumentException("sunShine.appendContextFragment: Context '" + contextName + "' not found.");
}
context.appendXML(path, fragment);
if (this.getLogger().isDebugEnabled() == true) {
this.getLogger().debug("END appendContextFragment");
}
}