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 Flow.getExceptionHandlerSet()
          Returns the set of exception handlers, allowing manipulation of how exceptions are handled when thrown during flow execution.
 FlowExecutionExceptionHandlerSet State.getExceptionHandlerSet()
          Returns a mutable set of exception handlers, allowing manipulation of how exceptions are handled when thrown within this state.
 



Copyright © 2009 Spring Framework. All Rights Reserved.