Class GlobalExceptionHandler

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.faces.context.ExceptionHandler getWrapped()  
      void handle()  
      • Methods inherited from class javax.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 javax.faces.context.ExceptionHandler getWrapped()
        Specified by:
        getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>
        Overrides:
        getWrapped in class javax.faces.context.ExceptionHandlerWrapper
      • handle

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