Class ExceptionHandlerFactory

java.lang.Object
jakarta.faces.context.ExceptionHandlerFactory
All Implemented Interfaces:
FacesWrapper<ExceptionHandlerFactory>

public abstract class ExceptionHandlerFactory extends Object implements FacesWrapper<ExceptionHandlerFactory>
Since:
2.0
  • Constructor Details

    • ExceptionHandlerFactory

      @Deprecated public ExceptionHandlerFactory()
      Deprecated.
    • ExceptionHandlerFactory

      public ExceptionHandlerFactory(ExceptionHandlerFactory delegate)
  • Method Details

    • getExceptionHandler

      public abstract ExceptionHandler getExceptionHandler()
    • getWrapped

      public ExceptionHandlerFactory getWrapped()
      If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returns null.
      Specified by:
      getWrapped in interface FacesWrapper<ExceptionHandlerFactory>
      Returns:
      the decorated DiscoveryHandlerFactory if this factory decorates another, or null otherwise
      Since:
      2.0