org.jboss.seam.faces.exception
Class CatchExceptionHandlerFactory

java.lang.Object
  extended by javax.faces.context.ExceptionHandlerFactory
      extended by org.jboss.seam.faces.exception.CatchExceptionHandlerFactory
All Implemented Interfaces:
FacesWrapper<ExceptionHandlerFactory>

public class CatchExceptionHandlerFactory
extends ExceptionHandlerFactory

This class is registered with the JSF framework to invoke the CatchExceptionHandler as part of the JSF lifecycle

Author:
Brian Leathem, Dan Allen

Constructor Summary
CatchExceptionHandlerFactory(ExceptionHandlerFactory parent)
           
 
Method Summary
 ExceptionHandler getExceptionHandler()
           
 
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
 

Constructor Detail

CatchExceptionHandlerFactory

public CatchExceptionHandlerFactory(ExceptionHandlerFactory parent)
Method Detail

getExceptionHandler

public ExceptionHandler getExceptionHandler()
Specified by:
getExceptionHandler in class ExceptionHandlerFactory


Copyright © 2009-2011 Seam Framework. All Rights Reserved.