ExceptionHandlerWrapper « Exception « JSF Q&A





1. XML ExceptionHandlerWrapper (processing error: No element found)    stackoverflow.com

I implemented my own ExceptionHandler to catch FacesExceptions.

if ( thr instanceof FacesException ) {
            FacesContext fc = FacesContext.getCurrentInstance();
   ...