Package jakarta.faces.context
Class ExceptionHandler
java.lang.Object
jakarta.faces.context.ExceptionHandler
- All Implemented Interfaces:
- FacesListener,- SystemEventListener,- EventListener
- Direct Known Subclasses:
- ExceptionHandlerWrapper
- Since:
- 2.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract ExceptionQueuedEventabstract Iterable<ExceptionQueuedEvent>abstract Throwableabstract Iterable<ExceptionQueuedEvent>abstract voidhandle()abstract booleanisListenerForSource(Object source) abstract voidprocessEvent(SystemEvent exceptionQueuedEvent) 
- 
Constructor Details- 
ExceptionHandlerpublic ExceptionHandler()
 
- 
- 
Method Details- 
getHandledExceptionQueuedEvent
- 
getHandledExceptionQueuedEvents
- 
getRootCause
- 
getUnhandledExceptionQueuedEvents
- 
handle- Throws:
- FacesException
 
- 
isListenerForSource- Specified by:
- isListenerForSourcein interface- SystemEventListener
 
- 
processEvent- Specified by:
- processEventin interface- SystemEventListener
- Throws:
- AbortProcessingException
 
 
-