public class NoSuchFlowModelException extends FlowException
| Constructor and Description |
|---|
NoSuchFlowModelException(String flowModelId)
Creates an exception indicating a flow model could not be found.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFlowModelId()
Returns the id of the flow model that could not be found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchFlowModelException(String flowModelId)
flowModelId - the flow model idpublic String getFlowModelId()