public class NoSuchFlowModelException extends FlowException
Constructor and Description |
---|
NoSuchFlowModelException(java.lang.String flowModelId)
Creates an exception indicating a flow model could not be found.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFlowModelId()
Returns the id of the flow model that could not be found.
|