Class GlobalExceptionHandler

  • All Implemented Interfaces:
    jakarta.faces.event.FacesListener, jakarta.faces.event.SystemEventListener, jakarta.faces.FacesWrapper<jakarta.faces.context.ExceptionHandler>, java.util.EventListener

    public class GlobalExceptionHandler
    extends jakarta.faces.context.ExceptionHandlerWrapper
    Created by eugeniuparvan on 8/29/17.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.faces.context.ExceptionHandler getWrapped()  
      void handle()  
      • Methods inherited from class jakarta.faces.context.ExceptionHandlerWrapper

        getHandledExceptionQueuedEvent, getHandledExceptionQueuedEvents, getRootCause, getUnhandledExceptionQueuedEvents, isListenerForSource, processEvent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getWrapped

        public jakarta.faces.context.ExceptionHandler getWrapped()
        Specified by:
        getWrapped in interface jakarta.faces.FacesWrapper<jakarta.faces.context.ExceptionHandler>
        Overrides:
        getWrapped in class jakarta.faces.context.ExceptionHandlerWrapper
      • handle

        public void handle()
                    throws jakarta.faces.FacesException
        Overrides:
        handle in class jakarta.faces.context.ExceptionHandlerWrapper
        Throws:
        jakarta.faces.FacesException