Uses of Class
jakarta.faces.event.ExceptionQueuedEvent
-
Packages that use ExceptionQueuedEvent Package Description jakarta.faces.context -
-
Uses of ExceptionQueuedEvent in jakarta.faces.context
Methods in jakarta.faces.context that return ExceptionQueuedEvent Modifier and Type Method Description abstract ExceptionQueuedEvent
ExceptionHandler. getHandledExceptionQueuedEvent()
ExceptionQueuedEvent
ExceptionHandlerWrapper. getHandledExceptionQueuedEvent()
Methods in jakarta.faces.context that return types with arguments of type ExceptionQueuedEvent Modifier and Type Method Description abstract Iterable<ExceptionQueuedEvent>
ExceptionHandler. getHandledExceptionQueuedEvents()
Iterable<ExceptionQueuedEvent>
ExceptionHandlerWrapper. getHandledExceptionQueuedEvents()
abstract Iterable<ExceptionQueuedEvent>
ExceptionHandler. getUnhandledExceptionQueuedEvents()
Iterable<ExceptionQueuedEvent>
ExceptionHandlerWrapper. getUnhandledExceptionQueuedEvents()
-