Class | Description |
---|---|
DefaultExceptionHandlerFactory |
Default implementation for
ExceptionHandlerFactory , saving boilerplate to get hold of wrapped one. |
FacesMessageExceptionHandler |
The
FacesMessageExceptionHandler will add every exception as a global FATAL faces message. |
FacesMessageExceptionHandlerFactory |
This exception handler factory needs to be registered as follows in
faces-config.xml to get the
FacesMessageExceptionHandler to run: |
FullAjaxExceptionHandler |
The
FullAjaxExceptionHandler will transparently handle exceptions during ajax requests exactly the same way
as exceptions during synchronous (non-ajax) requests. |
FullAjaxExceptionHandlerFactory |
This exception handler factory needs to be registered as follows in
faces-config.xml to get the
FullAjaxExceptionHandler to run: |
Enum | Description |
---|---|
FullAjaxExceptionHandler.LogReason |
Copyright © 2012–2020 OmniFaces. All rights reserved.