Uses of Class
jakarta.faces.event.ExceptionQueuedEventContext
| Package | Description |
|---|---|
| jakarta.faces.event |
-
Uses of ExceptionQueuedEventContext in jakarta.faces.event
Methods in jakarta.faces.event that return ExceptionQueuedEventContext Modifier and Type Method Description ExceptionQueuedEventContextExceptionQueuedEvent. getContext()Return theExceptionQueuedEventContextfor this event instance.Constructors in jakarta.faces.event with parameters of type ExceptionQueuedEventContext Constructor Description ExceptionQueuedEvent(FacesContext facesContext, ExceptionQueuedEventContext eventContext)Instantiate a newExceptionQueuedEventthat indicates the argumentExceptionQueuedEventContextoccurred.ExceptionQueuedEvent(ExceptionQueuedEventContext eventContext)Instantiate a newExceptionQueuedEventthat indicates the argumentExceptionQueuedEventContextoccurred.