Class PreJsf2ExceptionHandlerFactory

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

public class PreJsf2ExceptionHandlerFactory
extends ExceptionHandlerFactory

This ExceptionHandlerFactory instance produces Jakarta Server Faces 1.2 compatible ExceptionHandler instances. The ExceptionHandler.handle() method of the ExceptionHandler produced by this factory must meet the following requirements

Since:
2.0
  • Constructor Details

  • Method Details

    • getExceptionHandler

      public ExceptionHandler getExceptionHandler()
      Description copied from class: ExceptionHandlerFactory

      Create and return a A new ExceptionHandler instance. The implementation must return an ExceptionHandler instance suitable for the environment. For example, in some cases it may be desirable for an ExceptionHandler to write error information to the response instead of throwing exceptions as in the case of Ajax applications.

      Specified by:
      getExceptionHandler in class ExceptionHandlerFactory
      Returns:
      a new ExceptionHandler that behaves in a fashion compatible with specifications prior to Jakarta Server Faces 1.2