Uses of Class
jakarta.faces.context.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in com.sun.faces.config
Methods in com.sun.faces.config that return ExceptionHandler -
Uses of ExceptionHandler in com.sun.faces.context
Subclasses of ExceptionHandler in com.sun.faces.contextModifier and TypeClassDescriptionclassA specialized implementation ofExceptionHandlerfor Faces that handles exceptions by writing error information to the partial response.classclassThe default implementation ofExceptionHandlerfor Faces.Methods in com.sun.faces.context that return ExceptionHandlerModifier and TypeMethodDescriptionExceptionHandlerFactoryImpl.getExceptionHandler()FacesContextImpl.getExceptionHandler()AjaxNoAjaxExceptionHandler.getWrapped()Methods in com.sun.faces.context with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoidFacesContextImpl.setExceptionHandler(ExceptionHandler exceptionHandler) Constructors in com.sun.faces.context with parameters of type ExceptionHandler -
Uses of ExceptionHandler in jakarta.faces.context
Subclasses of ExceptionHandler in jakarta.faces.contextModifier and TypeClassDescriptionclassProvides a simple implementation ofExceptionHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandlerinstance.Methods in jakarta.faces.context that return ExceptionHandlerModifier and TypeMethodDescriptionabstract ExceptionHandlerExceptionHandlerFactory.getExceptionHandler()Create and return a A newExceptionHandlerinstance.FacesContext.getExceptionHandler()Return theExceptionHandlerfor this request.FacesContextWrapper.getExceptionHandler()The default behavior of this method is to callFacesContext.getExceptionHandler()on the wrappedFacesContextobject.ExceptionHandlerWrapper.getWrapped()Methods in jakarta.faces.context with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoidFacesContext.setExceptionHandler(ExceptionHandler exceptionHandler) Set theExceptionHandlerfor this request.voidFacesContextWrapper.setExceptionHandler(ExceptionHandler exceptionHandler) The default behavior of this method is to callFacesContext.setExceptionHandler(ExceptionHandler)on the wrappedFacesContextobject.Constructors in jakarta.faces.context with parameters of type ExceptionHandlerModifierConstructorDescriptionExceptionHandlerWrapper(ExceptionHandler wrapped) If this exception handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.