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
- 
Method SummaryModifier and TypeMethodDescriptionA 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 Details- 
ExceptionHandlerWrapperDeprecated.
- 
ExceptionHandlerWrapper
 
- 
- 
Method Details- 
getHandledExceptionQueuedEvent- Specified by:
- getHandledExceptionQueuedEventin class- ExceptionHandler
 
- 
getHandledExceptionQueuedEvents- Specified by:
- getHandledExceptionQueuedEventsin class- ExceptionHandler
 
- 
getRootCause- Specified by:
- getRootCausein class- ExceptionHandler
 
- 
getUnhandledExceptionQueuedEvents- Specified by:
- getUnhandledExceptionQueuedEventsin class- ExceptionHandler
 
- 
getWrappedDescription 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
 
- 
handle- Specified by:
- handlein class- ExceptionHandler
- Throws:
- FacesException
 
- 
isListenerForSource- Specified by:
- isListenerForSourcein interface- SystemEventListener
- Specified by:
- isListenerForSourcein class- ExceptionHandler
 
- 
processEvent- Specified by:
- processEventin interface- SystemEventListener
- Specified by:
- processEventin class- ExceptionHandler
- Throws:
- AbortProcessingException
 
 
-