Uses of Class
javax.faces.event.ExceptionQueuedEvent
-
Packages that use ExceptionQueuedEvent Package Description javax.faces.context -
-
Uses of ExceptionQueuedEvent in javax.faces.context
Methods in javax.faces.context that return ExceptionQueuedEvent Modifier and Type Method Description abstract ExceptionQueuedEvent
ExceptionHandler. getHandledExceptionQueuedEvent()
ExceptionQueuedEvent
ExceptionHandlerWrapper. getHandledExceptionQueuedEvent()
Methods in javax.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()
-