Uses of Class
org.jboss.seam.exception.control.ExceptionStack

Packages that use ExceptionStack
org.jboss.seam.exception.control An extensible exception handling handling framework. 
 

Uses of ExceptionStack in org.jboss.seam.exception.control
 

Methods in org.jboss.seam.exception.control that return ExceptionStack
 ExceptionStack ExceptionHandlerDispatch.getExceptionStack()
           
 ExceptionStack CaughtException.getExceptionStack()
           
 

Method parameters in org.jboss.seam.exception.control with type arguments of type ExceptionStack
 void ExceptionHandlerDispatch.executeHandlers(ExceptionToCatch eventException, BeanManager bm, CatchExtension extension, Event<ExceptionStack> stackEvent)
          Observes the event, finds the correct exception handler(s) and invokes them.
 

Constructors in org.jboss.seam.exception.control with parameters of type ExceptionStack
CaughtException(ExceptionStack exceptionStack, boolean breadthFirstTraversal, boolean handled)
          Initial state constructor.
 



Copyright © 2011 Seam Framework. All Rights Reserved.