Class | Description |
---|---|
DefaultExceptionHandlerFactory | Deprecated
Since 3.9 (actually already since 3.0, but overlooked).
|
ExceptionSuppressor |
The
ExceptionSuppressor will suppress all exceptions which are an instance of the types as listed in context
parameter "org.omnifaces.EXCEPTION_TYPES_TO_SUPPRESS" and
refresh the current page by redirecting to the current URL with query string. |
ExceptionSuppressorFactory |
This exception handler factory needs to be registered as follows in
faces-config.xml to get the
ExceptionSuppressor to run: |
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: |
ViewExpiredExceptionHandler |
The
ViewExpiredExceptionHandler will suppress any ViewExpiredException and refresh the current page
by redirecting to the current URL with query string. |
ViewExpiredExceptionHandlerFactory |
This exception handler factory needs to be registered as follows in
faces-config.xml to get the
ViewExpiredExceptionHandler to run: |
Enum | Description |
---|---|
FullAjaxExceptionHandler.LogReason |
Copyright © 2012–2021 OmniFaces. All rights reserved.