Package jakarta.faces.event
Class ExceptionQueuedEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- jakarta.faces.event.SystemEvent
- 
- jakarta.faces.event.ExceptionQueuedEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ExceptionQueuedEvent extends SystemEvent - Since:
- 2.0
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExceptionQueuedEvent(FacesContext facesContext, ExceptionQueuedEventContext eventContext)ExceptionQueuedEvent(ExceptionQueuedEventContext eventContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionQueuedEventContextgetContext()- 
Methods inherited from class jakarta.faces.event.SystemEventgetFacesContext, isAppropriateListener, processListener
 - 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ExceptionQueuedEventpublic ExceptionQueuedEvent(ExceptionQueuedEventContext eventContext) 
 - 
ExceptionQueuedEventpublic ExceptionQueuedEvent(FacesContext facesContext, ExceptionQueuedEventContext eventContext) - Since:
- 2.3
 
 
- 
 - 
Method Detail- 
getContextpublic ExceptionQueuedEventContext getContext() 
 
- 
 
-