Package org.apache.myfaces.context
Class ExceptionHandlerImpl
java.lang.Object
jakarta.faces.context.ExceptionHandler
org.apache.myfaces.context.ExceptionHandlerImpl
- All Implemented Interfaces:
FacesListener
,SystemEventListener
,EventListener
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Throwable
getRethrownException
(Throwable exception) getRootCause
(Throwable throwable) void
handle()
boolean
isListenerForSource
(Object source) void
processEvent
(SystemEvent exceptionQueuedEvent) protected boolean
shouldSkip
(Throwable exception) protected FacesException
-
Constructor Details
-
ExceptionHandlerImpl
public ExceptionHandlerImpl()
-
-
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
-
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
-
getRethrownException
-
wrap
-
shouldSkip
-