ExceptionReporter rootComponent = (ExceptionReporter) page.getRootComponent();
// Let the page set up for the new exception.
rootComponent.reportException(exception);
renderer.renderPageResponse(page);
}
@SuppressWarnings({ "unchecked", "rawtypes" })