Package org.apache.myfaces.tobago.webapp
Class AjaxExceptionHandler
- java.lang.Object
-
- javax.faces.context.ExceptionHandler
-
- javax.faces.context.ExceptionHandlerWrapper
-
- org.apache.myfaces.tobago.webapp.AjaxExceptionHandler
-
- All Implemented Interfaces:
EventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListener,javax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>
public class AjaxExceptionHandler extends javax.faces.context.ExceptionHandlerWrapper
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.faces.context.ExceptionHandlergetWrapped()voidhandle()
-
-
-
Method Detail
-
getWrapped
public javax.faces.context.ExceptionHandler getWrapped()
- Specified by:
getWrappedin interfacejavax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>- Specified by:
getWrappedin classjavax.faces.context.ExceptionHandlerWrapper
-
handle
public void handle() throws javax.faces.FacesException- Overrides:
handlein classjavax.faces.context.ExceptionHandlerWrapper- Throws:
javax.faces.FacesException
-
-