Package jakarta.faces.context
Class ExceptionHandlerWrapper
- java.lang.Object
- 
- jakarta.faces.context.ExceptionHandler
- 
- jakarta.faces.context.ExceptionHandlerWrapper
 
 
- 
- All Implemented Interfaces:
- FacesListener,- SystemEventListener,- FacesWrapper<ExceptionHandler>,- EventListener
 
 public abstract class ExceptionHandlerWrapper extends ExceptionHandler implements FacesWrapper<ExceptionHandler> - Since:
- 2.0
 
- 
- 
Constructor SummaryConstructors Constructor Description ExceptionHandlerWrapper()Deprecated.ExceptionHandlerWrapper(ExceptionHandler delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionQueuedEventgetHandledExceptionQueuedEvent()Iterable<ExceptionQueuedEvent>getHandledExceptionQueuedEvents()ThrowablegetRootCause(Throwable t)Iterable<ExceptionQueuedEvent>getUnhandledExceptionQueuedEvents()ExceptionHandlergetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.voidhandle()booleanisListenerForSource(Object source)voidprocessEvent(SystemEvent exceptionQueuedEvent)
 
- 
- 
- 
Constructor Detail- 
ExceptionHandlerWrapper@Deprecated public ExceptionHandlerWrapper() Deprecated.
 - 
ExceptionHandlerWrapperpublic ExceptionHandlerWrapper(ExceptionHandler delegate) 
 
- 
 - 
Method Detail- 
getHandledExceptionQueuedEventpublic ExceptionQueuedEvent getHandledExceptionQueuedEvent() - Specified by:
- getHandledExceptionQueuedEventin class- ExceptionHandler
 
 - 
getHandledExceptionQueuedEventspublic Iterable<ExceptionQueuedEvent> getHandledExceptionQueuedEvents() - Specified by:
- getHandledExceptionQueuedEventsin class- ExceptionHandler
 
 - 
getRootCausepublic Throwable getRootCause(Throwable t) - Specified by:
- getRootCausein class- ExceptionHandler
 
 - 
getUnhandledExceptionQueuedEventspublic Iterable<ExceptionQueuedEvent> getUnhandledExceptionQueuedEvents() - Specified by:
- getUnhandledExceptionQueuedEventsin class- ExceptionHandler
 
 - 
getWrappedpublic ExceptionHandler getWrapped() Description copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<ExceptionHandler>
- Returns:
- the instance of the class being wrapped
 
 - 
handlepublic void handle() throws FacesException- Specified by:
- handlein class- ExceptionHandler
- Throws:
- FacesException
 
 - 
isListenerForSourcepublic boolean isListenerForSource(Object source) - Specified by:
- isListenerForSourcein interface- SystemEventListener
- Specified by:
- isListenerForSourcein class- ExceptionHandler
 
 - 
processEventpublic void processEvent(SystemEvent exceptionQueuedEvent) throws AbortProcessingException - Specified by:
- processEventin interface- SystemEventListener
- Specified by:
- processEventin class- ExceptionHandler
- Throws:
- AbortProcessingException
 
 
- 
 
-