Class ExceptionQueuedEvent

    • Constructor Detail

      • ExceptionQueuedEvent

        public ExceptionQueuedEvent​(ExceptionQueuedEventContext eventContext)

        Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.

        Parameters:
        eventContext - the ExceptionQueuedEventContext that contextualizes this ExceptionQueuedEvent.
        Since:
        2.0
      • ExceptionQueuedEvent

        public ExceptionQueuedEvent​(FacesContext facesContext,
                                    ExceptionQueuedEventContext eventContext)

        Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.

        Parameters:
        facesContext - the Faces context.
        eventContext - the ExceptionQueuedEventContext that contextualizes this ExceptionQueuedEvent.
        Since:
        2.0
    • Method Detail

      • getContext

        public ExceptionQueuedEventContext getContext​()

        Return the ExceptionQueuedEventContext for this event instance.

        Returns:
        the context
        Since:
        2.0