// Finished styling the pane and its contents.
formatStylingEngine.endStyleable(pane);
}
} catch (IOException e) {
throw new RendererException(exceptionLocalizer.format(
"renderer-error",
instance.getFormat()), e);
} catch (ProtocolException e) {
throw new RendererException(exceptionLocalizer.format(
"renderer-error",
instance.getFormat()), e);
}
}