Package org.apache.myfaces.context
Class AjaxExceptionHandlerImpl
java.lang.Object
jakarta.faces.context.ExceptionHandler
org.apache.myfaces.context.AjaxExceptionHandlerImpl
- All Implemented Interfaces:
FacesListener
,SystemEventListener
,EventListener
Specialized Ajax Handler, according to Faces 2.0 rev A section 13.3.7.
-
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
-
AjaxExceptionHandlerImpl
public AjaxExceptionHandlerImpl()
-
-
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
-