Uses of Class
jakarta.faces.context.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.