Uses of Class
org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet

Packages that use FlowExecutionExceptionHandlerSet
org.springframework.webflow.engine The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. 
 

Uses of FlowExecutionExceptionHandlerSet in org.springframework.webflow.engine
 

Methods in org.springframework.webflow.engine that return FlowExecutionExceptionHandlerSet
 FlowExecutionExceptionHandlerSet State.getExceptionHandlerSet()
          Returns a mutable set of exception handlers, allowing manipulation of how exceptions are handled when thrown within this state.
 FlowExecutionExceptionHandlerSet Flow.getExceptionHandlerSet()
          Returns the set of exception handlers, allowing manipulation of how exceptions are handled when thrown during flow execution.
 



Copyright © 2010 Spring Framework. All Rights Reserved.