Adding global exception handling using JSF 2.x ExceptionHandler
This a great feature of JSF 2.x: A generic API to manipulate application exception in a global manner. In order to implement this you must implement (extend) two different classes: ExceptionHandlerWrapper – Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance. The default … Continue reading Adding global exception handling using JSF 2.x ExceptionHandler
