java.lang.Objectjavax.faces.context.ExceptionHandlerFactory
javax.faces.webapp.PreJsf2ExceptionHandlerFactory
All Implemented Interfaces:
FacesWrapper
This ExceptionHandlerFactory instance
produces JSF 1.2 compatible
ExceptionHandler instances. The ExceptionHandler#handle
method of the ExceptionHandler
produced by this factory must
meet the following requirements
Any exceptions thrown before or after phase execution will be logged and swallowed.
The implementation must examine
the Exception
within each of the unhandled exception
events. If the Exception
is an instance of
UpdateModelException , extract the FacesMessage from
the UpdateModelException
. Log a SEVERE
message to the log and queue the FacesMessage
on the FacesContext , using the clientId
of
the source component in a call to
FacesContext#addMessage(java.lang.String, javax.faces.application.FacesMessage)
2.0
- Method from javax.faces.webapp.PreJsf2ExceptionHandlerFactory Summary: |
---|
getExceptionHandler |
Methods from javax.faces.context.ExceptionHandlerFactory: |
---|
getExceptionHandler, getWrapped |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.webapp.PreJsf2ExceptionHandlerFactory Detail: |
---|
|