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