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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ExceptionQueuedEvent
abstract Iterable<ExceptionQueuedEvent>
abstract Throwable
abstract Iterable<ExceptionQueuedEvent>
abstract void
handle()
abstract boolean
isListenerForSource
(Object source) abstract void
processEvent
(SystemEvent exceptionQueuedEvent)
-
Constructor Details
-
ExceptionHandler
public ExceptionHandler()
-
-
Method Details
-
getHandledExceptionQueuedEvent
-
getHandledExceptionQueuedEvents
-
getRootCause
-
getUnhandledExceptionQueuedEvents
-
handle
- Throws:
FacesException
-
isListenerForSource
- Specified by:
isListenerForSource
in interfaceSystemEventListener
-
processEvent
- Specified by:
processEvent
in interfaceSystemEventListener
- Throws:
AbortProcessingException
-