Package | Description |
---|---|
javax.faces.context |
Classes and interfaces
defining per-request state information.
|
Modifier and Type | Method and Description |
---|---|
abstract ExceptionQueuedEvent |
ExceptionHandler.getHandledExceptionQueuedEvent()
Return the first
|
ExceptionQueuedEvent |
ExceptionHandlerWrapper.getHandledExceptionQueuedEvent()
The default behavior of this method is to
call
ExceptionHandler.getHandledExceptionQueuedEvent()
on the wrapped ExceptionHandler object. |
Modifier and Type | Method and Description |
---|---|
abstract Iterable<ExceptionQueuedEvent> |
ExceptionHandler.getHandledExceptionQueuedEvents()
The default implementation must
return an |
Iterable<ExceptionQueuedEvent> |
ExceptionHandlerWrapper.getHandledExceptionQueuedEvents()
The default behavior of this method is to call
ExceptionHandler.getHandledExceptionQueuedEvents() on the wrapped
ExceptionHandler object. |
abstract Iterable<ExceptionQueuedEvent> |
ExceptionHandler.getUnhandledExceptionQueuedEvents()
Return an |
Iterable<ExceptionQueuedEvent> |
ExceptionHandlerWrapper.getUnhandledExceptionQueuedEvents()
The default behavior of this method is to
call
ExceptionHandler.getUnhandledExceptionQueuedEvents()
on the wrapped ExceptionHandler object. |
Copyright © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.