Uses of Class
jakarta.faces.context.ExceptionHandler
-
Uses of ExceptionHandler in com.sun.faces.config
-
Uses of ExceptionHandler in com.sun.faces.context
Modifier and TypeClassDescriptionclass
A specialized implementation ofExceptionHandler
for Faces that handles exceptions by writing error information to the partial response.class
class
The default implementation ofExceptionHandler
for Faces.Modifier and TypeMethodDescriptionExceptionHandlerFactoryImpl.getExceptionHandler()
FacesContextImpl.getExceptionHandler()
AjaxNoAjaxExceptionHandler.getWrapped()
Modifier and TypeMethodDescriptionvoid
FacesContextImpl.setExceptionHandler
(ExceptionHandler exceptionHandler) -
Uses of ExceptionHandler in jakarta.faces.context
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofExceptionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandler
instance.Modifier and TypeMethodDescriptionabstract ExceptionHandler
ExceptionHandlerFactory.getExceptionHandler()
Create and return a A newExceptionHandler
instance.FacesContext.getExceptionHandler()
Return theExceptionHandler
for this request.FacesContextWrapper.getExceptionHandler()
The default behavior of this method is to callFacesContext.getExceptionHandler()
on the wrappedFacesContext
object.ExceptionHandlerWrapper.getWrapped()
Modifier and TypeMethodDescriptionvoid
FacesContext.setExceptionHandler
(ExceptionHandler exceptionHandler) Set theExceptionHandler
for this request.void
FacesContextWrapper.setExceptionHandler
(ExceptionHandler exceptionHandler) The default behavior of this method is to callFacesContext.setExceptionHandler(ExceptionHandler)
on the wrappedFacesContext
object.ModifierConstructorDescriptionExceptionHandlerWrapper
(ExceptionHandler wrapped) If this exception handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.