| Package | Description |
|---|---|
| jakarta.faces.context |
| Modifier and Type | Method and Description |
|---|---|
ExceptionQueuedEvent |
ExceptionHandlerWrapper.getHandledExceptionQueuedEvent()
The default behavior of this method is to call
ExceptionHandler.getHandledExceptionQueuedEvent() on the
wrapped ExceptionHandler object. |
abstract ExceptionQueuedEvent |
ExceptionHandler.getHandledExceptionQueuedEvent()
Return the first |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExceptionQueuedEvent> |
ExceptionHandlerWrapper.getHandledExceptionQueuedEvents()
The default behavior of this method is to call
ExceptionHandler.getHandledExceptionQueuedEvents() on the
wrapped ExceptionHandler object. |
abstract Iterable<ExceptionQueuedEvent> |
ExceptionHandler.getHandledExceptionQueuedEvents()
The default implementation must return an |
Iterable<ExceptionQueuedEvent> |
ExceptionHandlerWrapper.getUnhandledExceptionQueuedEvents()
The default behavior of this method is to call
ExceptionHandler.getUnhandledExceptionQueuedEvents() on the
wrapped ExceptionHandler object. |
abstract Iterable<ExceptionQueuedEvent> |
ExceptionHandler.getUnhandledExceptionQueuedEvents()
Return an |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.