if (null == renderer){
// Do fallback if ticker is not supported by the protocol
doFallbackClose(context);
return;
}
renderer.renderClose(getProtocol(context), protocolAttributes);
} catch (ProtocolException e) {
LOGGER.error("rendering-error", getTagName(), e);
throw new XDIMEException(EXCEPTION_LOCALIZER.format(
"rendering-error", getTagName()), e);