Uses of Class
org.springframework.batch.core.job.flow.FlowExecutionException
Packages that use FlowExecutionException
Package
Description
Flow related constructs including Flow interface, executors, and related exceptions
Basic implementations of flow constructs
-
Uses of FlowExecutionException in org.springframework.batch.core.job.flow
Methods in org.springframework.batch.core.job.flow that throw FlowExecutionExceptionModifier and TypeMethodDescriptionFlow.resume(String stateName, FlowExecutor executor) Flow.start(FlowExecutor executor) -
Uses of FlowExecutionException in org.springframework.batch.core.job.flow.support
Methods in org.springframework.batch.core.job.flow.support that throw FlowExecutionExceptionModifier and TypeMethodDescriptionprotected StateSimpleFlow.nextState(String stateName, FlowExecutionStatus status, StepExecution stepExecution) SimpleFlow.resume(String stateName, FlowExecutor executor) SimpleFlow.start(FlowExecutor executor)