Package jakarta.faces.event
Class ExceptionQueuedEvent
java.lang.Object
java.util.EventObject
jakarta.faces.event.SystemEvent
jakarta.faces.event.ExceptionQueuedEvent
- All Implemented Interfaces:
Serializable
- Since:
- 2.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionQueuedEvent
(FacesContext facesContext, ExceptionQueuedEventContext eventContext) ExceptionQueuedEvent
(ExceptionQueuedEventContext eventContext) -
Method Summary
Methods inherited from class jakarta.faces.event.SystemEvent
getFacesContext, isAppropriateListener, processListener
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ExceptionQueuedEvent
-
ExceptionQueuedEvent
- Since:
- 2.3
-
-
Method Details
-
getContext
-