+ " frameworkdemoiselle.exception.default.redirect.page, respectivamente.");
return handleExceptionCompatibleConfiguration(compatibleConfig, cause, facesContext);
}
boolean handled = false;
ExceptionHandlerConfig config = Beans.getReference(ExceptionHandlerConfig.class);
if (config.isApplicationExceptionHandle() && Exceptions.isApplicationException(cause)) {
if (isRendering(facesContext)) {
handled = handlingDuringRenderResponse(cause, config);
} else {
Faces.addMessage(cause);