Class ImixsExceptionHandlerFactory

java.lang.Object
jakarta.faces.context.ExceptionHandlerFactory
org.imixs.workflow.office.util.ImixsExceptionHandlerFactory
All Implemented Interfaces:
jakarta.faces.FacesWrapper<jakarta.faces.context.ExceptionHandlerFactory>

public class ImixsExceptionHandlerFactory extends jakarta.faces.context.ExceptionHandlerFactory
This is the custom exception handler factory class that is responsible for creating the instances of the ImixsExceptionHandler class. The factory need to be declared in the faces-config.xml file

   <factory>
      <exception-handler-factory>
        org.imixs.workflow.office.util.ImixsExceptionHandlerFactory
      </exception-handler-factory>
    </factory>
 
  • Constructor Details

    • ImixsExceptionHandlerFactory

      public ImixsExceptionHandlerFactory(jakarta.faces.context.ExceptionHandlerFactory wrapped)
  • Method Details

    • getExceptionHandler

      public jakarta.faces.context.ExceptionHandler getExceptionHandler()
      Specified by:
      getExceptionHandler in class jakarta.faces.context.ExceptionHandlerFactory