Package org.apache.myfaces.context
Class MyFacesExceptionHandlerWrapperImpl
java.lang.Object
jakarta.faces.context.ExceptionHandler
jakarta.faces.context.ExceptionHandlerWrapper
org.apache.myfaces.context.MyFacesExceptionHandlerWrapperImpl
- All Implemented Interfaces:
- FacesListener,- SystemEventListener,- FacesWrapper<ExceptionHandler>,- EventListener
Extended MyFaces-specific ExceptionHandler implementation.
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ThrowablegetRethrownException(Throwable exception) voidhandle()protected voidinit()protected voidinit(FacesContext facesContext) protected voidinit(SystemEvent exceptionQueuedEvent) protected booleanprotected booleanvoidprocessEvent(SystemEvent exceptionQueuedEvent) protected booleanshouldSkip(Throwable exception) protected FacesExceptionMethods inherited from class jakarta.faces.context.ExceptionHandlerWrappergetRootCause, isListenerForSource
- 
Constructor Details- 
MyFacesExceptionHandlerWrapperImpl
 
- 
- 
Method Details- 
initprotected void init()
- 
init
- 
init
- 
isUseMyFacesErrorHandlingprotected boolean isUseMyFacesErrorHandling()
- 
isErrorPagePresentprotected boolean isErrorPagePresent()
- 
getHandledExceptionQueuedEvent- Overrides:
- getHandledExceptionQueuedEventin class- ExceptionHandlerWrapper
 
- 
getHandledExceptionQueuedEvents- Overrides:
- getHandledExceptionQueuedEventsin class- ExceptionHandlerWrapper
 
- 
getUnhandledExceptionQueuedEvents- Overrides:
- getUnhandledExceptionQueuedEventsin class- ExceptionHandlerWrapper
 
- 
handle- Overrides:
- handlein class- ExceptionHandlerWrapper
- Throws:
- FacesException
 
- 
processEvent- Specified by:
- processEventin interface- SystemEventListener
- Overrides:
- processEventin class- ExceptionHandlerWrapper
- Throws:
- AbortProcessingException
 
- 
getRethrownException
- 
wrap
- 
shouldSkip
- 
getWrapped- Specified by:
- getWrappedin interface- FacesWrapper<ExceptionHandler>
- Overrides:
- getWrappedin class- ExceptionHandlerWrapper
 
 
-