Class TobagoExceptionHandler
java.lang.Object
org.apache.myfaces.tobago.context.TobagoExceptionHandler
- All Implemented Interfaces:
EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.faces.event.ExceptionQueuedEventIterable<jakarta.faces.event.ExceptionQueuedEvent> getRootCause(Throwable arg0) Iterable<jakarta.faces.event.ExceptionQueuedEvent> jakarta.faces.context.ExceptionHandlervoidhandle()booleanisListenerForSource(Object arg0) voidprocessEvent(jakarta.faces.event.SystemEvent arg0)
-
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
-
getRootCause
-
getUnhandledExceptionQueuedEvents
-
getWrapped
public jakarta.faces.context.ExceptionHandler getWrapped() -
isListenerForSource
-
processEvent
public void processEvent(jakarta.faces.event.SystemEvent arg0) throws jakarta.faces.event.AbortProcessingException - Throws:
jakarta.faces.event.AbortProcessingException
-