Module org.omnifaces
Package org.omnifaces.exceptionhandler
-
Class Summary Class Description ExceptionSuppressor TheExceptionSuppressorwill 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 infaces-config.xmlto get theExceptionSuppressorto run:FacesMessageExceptionHandler TheFacesMessageExceptionHandlerwill add every exception as a global FATAL faces message.FacesMessageExceptionHandlerFactory This exception handler factory needs to be registered as follows infaces-config.xmlto get theFacesMessageExceptionHandlerto run:FullAjaxExceptionHandler TheFullAjaxExceptionHandlerwill 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 infaces-config.xmlto get theFullAjaxExceptionHandlerto run:ViewExpiredExceptionHandler TheViewExpiredExceptionHandlerwill suppress anyViewExpiredExceptionand refresh the current page by redirecting to the current URL with query string.ViewExpiredExceptionHandlerFactory This exception handler factory needs to be registered as follows infaces-config.xmlto get theViewExpiredExceptionHandlerto run: -
Enum Summary Enum Description FullAjaxExceptionHandler.LogReason