Class FlowError
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.commons.FlowError
-
public class FlowError extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowError.Properties
-
Field Summary
Fields Modifier and Type Field Description StringcorrelationIdStringerrorMessageStringerrorTypeStringflowIdStringflowTitlelongmoduleIdStringmoduleName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCorrelationId()StringgetErrorMessage()StringgetErrorType()StringgetFlowId()StringgetFlowTitle()longgetModuleId()StringgetModuleName()
-
-
-
Method Detail
-
getModuleId
public long getModuleId()
-
getModuleName
public String getModuleName()
-
getFlowId
public String getFlowId()
-
getFlowTitle
public String getFlowTitle()
-
getCorrelationId
public String getCorrelationId()
-
getErrorType
public String getErrorType()
-
getErrorMessage
public String getErrorMessage()
-
-