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