ExceptionHandler exceptionHandler = this.wrappedFacesContext.getExceptionHandler();
if (this.bridgeExceptionHandlerActivated)
{
exceptionHandler = new BridgeExceptionHandlerWrapper(
exceptionHandler, this.beanManager, this.bridgeExceptionQualifier);
}
if (this.defaultErrorViewExceptionHandlerActivated)
{