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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetRootCause(Throwable throwable) voidhandle()booleanisListenerForSource(Object source) voidprocessEvent(SystemEvent exceptionQueuedEvent) protected booleanshouldSkip(Throwable exception) protected FacesException
- 
Constructor Details- 
ExceptionHandlerImplpublic ExceptionHandlerImpl()
 
- 
- 
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
 
- 
wrap
- 
shouldSkip
 
-