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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ThrowablegetRethrownException(Throwable exception) getRootCause(Throwable throwable) voidhandle()booleanisListenerForSource(Object source) voidprocessEvent(SystemEvent exceptionQueuedEvent) protected booleanshouldSkip(Throwable exception) protected FacesException
- 
Constructor Details- 
AjaxExceptionHandlerImplpublic AjaxExceptionHandlerImpl()
 
- 
- 
Method Details- 
getHandledExceptionQueuedEvent- Specified by:
- getHandledExceptionQueuedEventin class- ExceptionHandler
 
- 
getHandledExceptionQueuedEvents- Specified by:
- getHandledExceptionQueuedEventsin class- ExceptionHandler
 
- 
getRootCause- Specified by:
- getRootCausein class- ExceptionHandler
 
- 
getUnhandledExceptionQueuedEvents- Specified by:
- getUnhandledExceptionQueuedEventsin class- ExceptionHandler
 
- 
handle- Specified by:
- handlein class- ExceptionHandler
- Throws:
- FacesException
 
- 
isListenerForSource- Specified by:
- isListenerForSourcein interface- SystemEventListener
- Specified by:
- isListenerForSourcein class- ExceptionHandler
 
- 
processEvent- Specified by:
- processEventin interface- SystemEventListener
- Specified by:
- processEventin class- ExceptionHandler
- Throws:
- AbortProcessingException
 
- 
getRethrownException
- 
wrap
- 
shouldSkip
 
-