|
Spring Web Flow | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.webflow.core.FlowException org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
public class NoSuchFlowModelException
Thrown when no flow model was found during a lookup operation by a flow locator.
Constructor Summary | |
---|---|
NoSuchFlowModelException(java.lang.String flowModelId)
Creates an exception indicating a flow model could not be found. |
Method Summary | |
---|---|
java.lang.String |
getFlowModelId()
Returns the id of the flow model that could not be found. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoSuchFlowModelException(java.lang.String flowModelId)
flowModelId
- the flow model idMethod Detail |
---|
public java.lang.String getFlowModelId()
|
Spring Web Flow | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |