public final class ConfigurableSpringWebflowExceptionHandler
extends org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
TransitionExecutingFlowExecutionExceptionHandler that exposes configuration
for convenience directly via a constructor, such that handlers can be configured via explicit spring beans.| Constructor and Description |
|---|
ConfigurableSpringWebflowExceptionHandler(Class<Exception> exceptionClass,
String state)
Initialize the handler with the exception class to handle, and the state to which the flow must move.
|
public ConfigurableSpringWebflowExceptionHandler(Class<Exception> exceptionClass, String state)
exceptionClass - exception class to handlestate - state to which the flow moves.Copyright © 2013-2015 Unicon Inc.. All Rights Reserved.