ErrorMessages.unableToPresentExceptionPage(renderCause),
renderCause);
replayControls();
ExceptionPresenterImpl ep = new ExceptionPresenterImpl();
ep.setExceptionPageName("Exception");
ep.setResponseRenderer(renderer);
ep.setRequestExceptionReporter(reporter);
try
{
ep.presentException(cycle, cause);
unreachable();
}
catch (ApplicationRuntimeException ex)
{
assertSame(renderCause, ex.getRootCause());