Class TobagoExceptionHandler

java.lang.Object
org.apache.myfaces.tobago.context.TobagoExceptionHandler
All Implemented Interfaces:
EventListener

public class TobagoExceptionHandler extends Object
  • Constructor Details

    • TobagoExceptionHandler

      public TobagoExceptionHandler(jakarta.faces.context.ExceptionHandler delegate)
  • Method Details

    • handle

      public void handle() throws jakarta.faces.FacesException
      Throws:
      jakarta.faces.FacesException
    • getHandledExceptionQueuedEvent

      public jakarta.faces.event.ExceptionQueuedEvent getHandledExceptionQueuedEvent()
    • getHandledExceptionQueuedEvents

      public Iterable<jakarta.faces.event.ExceptionQueuedEvent> getHandledExceptionQueuedEvents()
    • getRootCause

      public Throwable getRootCause(Throwable arg0)
    • getUnhandledExceptionQueuedEvents

      public Iterable<jakarta.faces.event.ExceptionQueuedEvent> getUnhandledExceptionQueuedEvents()
    • getWrapped

      public jakarta.faces.context.ExceptionHandler getWrapped()
    • isListenerForSource

      public boolean isListenerForSource(Object arg0)
    • processEvent

      public void processEvent(jakarta.faces.event.SystemEvent arg0) throws jakarta.faces.event.AbortProcessingException
      Throws:
      jakarta.faces.event.AbortProcessingException