Class ErrorStateFlow
- java.lang.Object
-
- de.codecentric.reedelk.platform.flow.Flow
-
- de.codecentric.reedelk.platform.flow.ErrorStateFlow
-
- All Implemented Interfaces:
de.codecentric.reedelk.runtime.api.component.InboundEventListener
public class ErrorStateFlow extends Flow
-
-
Constructor Summary
Constructors Constructor Description ErrorStateFlow(long moduleId, String moduleName, String flowId, String flowTitle, ExecutionGraph executionGraph, FlowExecutorEngine executionEngine, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetException()-
Methods inherited from class de.codecentric.reedelk.platform.flow.Flow
forceStop, getFlowId, getFlowTitle, isStarted, isUsingComponent, onEvent, onEvent, releaseReferences, start, stopIfStarted
-
-
-
-
Constructor Detail
-
ErrorStateFlow
public ErrorStateFlow(long moduleId, String moduleName, String flowId, String flowTitle, ExecutionGraph executionGraph, FlowExecutorEngine executionEngine, Exception exception)
-
-
Method Detail
-
getException
public Exception getException()
-
-