org.jboss.seam.faces.exception
Class CatchExceptionHandlerFactory
java.lang.Object
javax.faces.context.ExceptionHandlerFactory
org.jboss.seam.faces.exception.CatchExceptionHandlerFactory
- All Implemented Interfaces:
- javax.faces.FacesWrapper<javax.faces.context.ExceptionHandlerFactory>
public class CatchExceptionHandlerFactory
- extends javax.faces.context.ExceptionHandlerFactory
This class is registered with the JSF framework to invoke the CatchExceptionHandler as part of the JSF lifecycle
- Author:
- Brian Leathem, Dan Allen
| Methods inherited from class javax.faces.context.ExceptionHandlerFactory |
getWrapped |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatchExceptionHandlerFactory
public CatchExceptionHandlerFactory(javax.faces.context.ExceptionHandlerFactory parent)
getExceptionHandler
public javax.faces.context.ExceptionHandler getExceptionHandler()
- Specified by:
getExceptionHandler in class javax.faces.context.ExceptionHandlerFactory
Copyright © 2009-2011 Seam Framework. All Rights Reserved.