Class ExceptionSuppressorFactory

java.lang.Object
jakarta.faces.context.ExceptionHandlerFactory
org.omnifaces.exceptionhandler.ExceptionSuppressorFactory
All Implemented Interfaces:
FacesWrapper<ExceptionHandlerFactory>

public class ExceptionSuppressorFactory extends ExceptionHandlerFactory
This exception handler factory needs to be registered as follows in faces-config.xml to get the ExceptionSuppressor to run:
 <factory>
   <exception-handler-factory>
     org.omnifaces.exceptionhandler.ExceptionSuppressorFactory
   </exception-handler-factory>
 </factory>
 
Since:
3.9
Author:
Lenny Primak
See Also: