49505152535455565758
ExceptionReporter rootComponent = (ExceptionReporter) page.getRootComponent(); // Let the page set up for the new exception. rootComponent.reportException(exception); _renderer.renderPageResponse(page, _response); } }
53545556575859606162
48495051525354555657
ExceptionReporter rootComponent = (ExceptionReporter) page.getRootComponent(); // Let the page set up for the new exception. rootComponent.reportException(exception); _renderer.renderPageResponse(page); } }