Class ExceptionHandlerImpl

java.lang.Object
jakarta.faces.context.ExceptionHandler
com.sun.faces.context.ExceptionHandlerImpl
All Implemented Interfaces:
FacesListener, SystemEventListener, EventListener

public class ExceptionHandlerImpl
extends ExceptionHandler

The default implementation of ExceptionHandler for Faces.

As an implementation note, if changes going forward are required here, review the ExceptionHandler implementation within jakarta.faces.webapp.PreJsf2ExceptionHandlerFactory. The code is, in most cases, quite similar.