// value of the string was never set up.
}
} catch (AssetReferenceException are) {
logger.error("unexpected-exception", are);
// Wrap and propogate the exception
throw new RendererException(are);
} catch (ProtocolException pe) {
logger.error("unexpected-exception", pe);
// Wrap and propogate the exception
throw new RendererException(pe);
}
}