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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA class that implements this interface uses this method to return an instance of the class being wrapped.void
handle()
boolean
isListenerForSource
(Object source) void
processEvent
(SystemEvent exceptionQueuedEvent)
-
Constructor Details
-
ExceptionHandlerWrapper
Deprecated. -
ExceptionHandlerWrapper
-
-
Method Details
-
getHandledExceptionQueuedEvent
- Specified by:
getHandledExceptionQueuedEvent
in classExceptionHandler
-
getHandledExceptionQueuedEvents
- Specified by:
getHandledExceptionQueuedEvents
in classExceptionHandler
-
getRootCause
- Specified by:
getRootCause
in classExceptionHandler
-
getUnhandledExceptionQueuedEvents
- Specified by:
getUnhandledExceptionQueuedEvents
in classExceptionHandler
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<ExceptionHandler>
- Returns:
- the instance of the class being wrapped
-
handle
- Specified by:
handle
in classExceptionHandler
- Throws:
FacesException
-
isListenerForSource
- Specified by:
isListenerForSource
in interfaceSystemEventListener
- Specified by:
isListenerForSource
in classExceptionHandler
-
processEvent
- Specified by:
processEvent
in interfaceSystemEventListener
- Specified by:
processEvent
in classExceptionHandler
- Throws:
AbortProcessingException
-