Uses of Class
jakarta.faces.event.ExceptionQueuedEvent
Packages that use ExceptionQueuedEvent
-
Uses of ExceptionQueuedEvent in jakarta.faces.context
Methods in jakarta.faces.context that return ExceptionQueuedEventModifier and TypeMethodDescriptionabstract ExceptionQueuedEventExceptionHandler.getHandledExceptionQueuedEvent()Return the firstExceptionQueuedEventhandled by this handler.ExceptionHandlerWrapper.getHandledExceptionQueuedEvent()The default behavior of this method is to callExceptionHandler.getHandledExceptionQueuedEvent()on the wrappedExceptionHandlerobject.Methods in jakarta.faces.context that return types with arguments of type ExceptionQueuedEventModifier and TypeMethodDescriptionabstract Iterable<ExceptionQueuedEvent> ExceptionHandler.getHandledExceptionQueuedEvents()The default implementation must return anIterableover allExceptionQueuedEvents that have been handled by theExceptionHandler.handle()method.ExceptionHandlerWrapper.getHandledExceptionQueuedEvents()The default behavior of this method is to callExceptionHandler.getHandledExceptionQueuedEvents()on the wrappedExceptionHandlerobject.abstract Iterable<ExceptionQueuedEvent> ExceptionHandler.getUnhandledExceptionQueuedEvents()Return anIterableover allExceptionQueuedEvents that have not yet been handled by theExceptionHandler.handle()method.ExceptionHandlerWrapper.getUnhandledExceptionQueuedEvents()The default behavior of this method is to callExceptionHandler.getUnhandledExceptionQueuedEvents()on the wrappedExceptionHandlerobject.