JSF Global Exception Handler Factory Example
In this tutorial we show you how to create a Global Exception Handler Factory. We create a factory that extends the javax.faces.context.ExceptionHandlerFactory. Here we can override the getExceptionHandler and return a new CustomExceptionHandler which...