Package jakarta.faces.context
Class ExceptionHandler
- java.lang.Object
- 
- jakarta.faces.context.ExceptionHandler
 
- 
- All Implemented Interfaces:
- FacesListener,- SystemEventListener,- EventListener
 - Direct Known Subclasses:
- ExceptionHandlerWrapper
 
 public abstract class ExceptionHandler extends Object implements SystemEventListener - Since:
- 2.0
 
- 
- 
Constructor SummaryConstructors Constructor Description ExceptionHandler()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ExceptionQueuedEventgetHandledExceptionQueuedEvent()abstract Iterable<ExceptionQueuedEvent>getHandledExceptionQueuedEvents()abstract ThrowablegetRootCause(Throwable t)abstract Iterable<ExceptionQueuedEvent>getUnhandledExceptionQueuedEvents()abstract voidhandle()abstract booleanisListenerForSource(Object source)abstract voidprocessEvent(SystemEvent exceptionQueuedEvent)
 
- 
- 
- 
Method Detail- 
getHandledExceptionQueuedEventpublic abstract ExceptionQueuedEvent getHandledExceptionQueuedEvent() 
 - 
getHandledExceptionQueuedEventspublic abstract Iterable<ExceptionQueuedEvent> getHandledExceptionQueuedEvents() 
 - 
getUnhandledExceptionQueuedEventspublic abstract Iterable<ExceptionQueuedEvent> getUnhandledExceptionQueuedEvents() 
 - 
handlepublic abstract void handle() throws FacesException- Throws:
- FacesException
 
 - 
isListenerForSourcepublic abstract boolean isListenerForSource(Object source) - Specified by:
- isListenerForSourcein interface- SystemEventListener
 
 - 
processEventpublic abstract void processEvent(SystemEvent exceptionQueuedEvent) throws AbortProcessingException - Specified by:
- processEventin interface- SystemEventListener
- Throws:
- AbortProcessingException
 
 
- 
 
-