|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowException | |
---|---|
org.springframework.webflow.conversation | The conversation subsystem for beginning and ending conversations that manage the state of user interactions. |
org.springframework.webflow.definition.registry | The flow definition registry subsystem for managing containers of flow definitions. |
org.springframework.webflow.engine | The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. |
org.springframework.webflow.engine.builder | The flow builder subsystem for building and assembling executable flow definitions. |
org.springframework.webflow.execution | Core, stable abstractions for representing runtime executions of flow definitions. |
org.springframework.webflow.execution.repository | The flow execution repository subsystem for saving, and restoring managed flow executions. |
org.springframework.webflow.execution.repository.continuation | Implementation of continuation-based flow execution repositories. |
org.springframework.webflow.execution.repository.support | General purpose implementation assistance for flow execution repositories. |
org.springframework.webflow.executor | High-level executors for driving the execution of flow definitions. |
org.springframework.webflow.executor.jsf | The integration layer between Spring Web Flow and Java Server Faces (JSF). |
org.springframework.webflow.executor.support | Flow executor implementation support; includes helpers for driving the execution of flows. |
Uses of FlowException in org.springframework.webflow.conversation |
---|
Subclasses of FlowException in org.springframework.webflow.conversation | |
---|---|
class |
ConversationException
The root of the conversation service exception hierarchy. |
class |
NoSuchConversationException
Thrown when no logical conversation exists with the specified conversationId . |
Uses of FlowException in org.springframework.webflow.definition.registry |
---|
Subclasses of FlowException in org.springframework.webflow.definition.registry | |
---|---|
class |
FlowDefinitionConstructionException
Thrown when a flow definition was found during a lookup operation but could not be constructed. |
class |
NoSuchFlowDefinitionException
Thrown when no flow definition was found during a lookup operation by a flow locator. |
Uses of FlowException in org.springframework.webflow.engine |
---|
Subclasses of FlowException in org.springframework.webflow.engine | |
---|---|
class |
ActionExecutionException
Thrown if an unhandled exception occurs when an action is executed. |
class |
NoMatchingTransitionException
Thrown when no transition can be matched given the occurence of an event in the context of a flow execution request. |
Uses of FlowException in org.springframework.webflow.engine.builder |
---|
Subclasses of FlowException in org.springframework.webflow.engine.builder | |
---|---|
class |
FlowArtifactLookupException
A flow artifact lookup exception is thrown when an artifact (such as a flow, state, action, etc.) required by the webflow system cannot be obtained. |
class |
FlowBuilderException
Exception thrown to indicate a problem while building a flow. |
Uses of FlowException in org.springframework.webflow.execution |
---|
Subclasses of FlowException in org.springframework.webflow.execution | |
---|---|
class |
EnterStateVetoException
Exception thrown to veto the entering of a state of a flow. |
class |
FlowExecutionException
Base class for exceptions that occur within a flow while it is executing. |
Uses of FlowException in org.springframework.webflow.execution.repository |
---|
Subclasses of FlowException in org.springframework.webflow.execution.repository | |
---|---|
class |
BadlyFormattedFlowExecutionKeyException
Thrown when an encoded flow execution key is badly formatted and could not be parsed. |
class |
FlowExecutionAccessException
Base class for exceptions that indicate a flow execution could not be accessed within a repository. |
class |
FlowExecutionRepositoryException
The root of the FlowExecutionRepository exception hierarchy. |
class |
FlowExecutionRestorationFailureException
Thrown when the flow execution with the persistent identifier provided could not be restored. |
class |
NoSuchFlowExecutionException
Thrown when the flow execution with the persistent identifier provided could not be found. |
class |
PermissionDeniedFlowExecutionAccessException
Thrown when access to a flow execution was denied by a repository. |
Uses of FlowException in org.springframework.webflow.execution.repository.continuation |
---|
Subclasses of FlowException in org.springframework.webflow.execution.repository.continuation | |
---|---|
class |
ContinuationCreationException
Thrown when a continuation snapshot could not be taken of flow execution state. |
class |
ContinuationNotFoundException
Thrown when no flow execution continuation exists within a continuation group with a particular id. |
class |
ContinuationUnmarshalException
Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution. |
Uses of FlowException in org.springframework.webflow.execution.repository.support |
---|
Subclasses of FlowException in org.springframework.webflow.execution.repository.support | |
---|---|
class |
InvalidContinuationIdException
Thrown when no flow execution continuation exists with the provided id. |
Uses of FlowException in org.springframework.webflow.executor |
---|
Methods in org.springframework.webflow.executor that throw FlowException | |
---|---|
ResponseInstruction |
FlowExecutorImpl.launch(java.lang.String flowDefinitionId,
ExternalContext context)
|
ResponseInstruction |
FlowExecutor.launch(java.lang.String flowDefinitionId,
ExternalContext context)
Launch a new execution of identified flow definition in the context of the current external client request. |
ResponseInstruction |
FlowExecutorImpl.refresh(java.lang.String flowExecutionKey,
ExternalContext context)
|
ResponseInstruction |
FlowExecutor.refresh(java.lang.String flowExecutionKey,
ExternalContext context)
Reissue the last response instruction issued by the flow execution. |
ResponseInstruction |
FlowExecutorImpl.resume(java.lang.String flowExecutionKey,
java.lang.String eventId,
ExternalContext context)
|
ResponseInstruction |
FlowExecutor.resume(java.lang.String flowExecutionKey,
java.lang.String eventId,
ExternalContext context)
Resume an existing, paused flow execution by signaling an event against its current state. |
Uses of FlowException in org.springframework.webflow.executor.jsf |
---|
Subclasses of FlowException in org.springframework.webflow.executor.jsf | |
---|---|
class |
JsfFlowConfigurationException
Thrown when there is a configuration error with SWF within a JSF environment. |
Uses of FlowException in org.springframework.webflow.executor.support |
---|
Subclasses of FlowException in org.springframework.webflow.executor.support | |
---|---|
class |
FlowExecutorArgumentExtractionException
An exception thrown by a flow executor argument extractor when an argument could not be extracted. |
Methods in org.springframework.webflow.executor.support that throw FlowException | |
---|---|
ResponseInstruction |
FlowRequestHandler.handleFlowRequest(ExternalContext context)
Handle a request into the Spring Web Flow system from an external system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |