Uses of Class
jakarta.faces.context.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in jakarta.faces.context
Subclasses of ExceptionHandler in jakarta.faces.contextMethods in jakarta.faces.context that return ExceptionHandlerModifier and TypeMethodDescriptionabstract ExceptionHandler
ExceptionHandlerFactory.getExceptionHandler()
FacesContext.getExceptionHandler()
FacesContextWrapper.getExceptionHandler()
ExceptionHandlerWrapper.getWrapped()
Methods in jakarta.faces.context with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
FacesContext.setExceptionHandler
(ExceptionHandler exceptionHandler) void
FacesContextWrapper.setExceptionHandler
(ExceptionHandler exceptionHandler) Constructors in jakarta.faces.context with parameters of type ExceptionHandler