Spring Web Flow

org.springframework.webflow.engine.model.registry
Class NoSuchFlowModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.webflow.core.FlowException
                  extended by org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchFlowModelException
extends FlowException

Thrown when no flow model was found during a lookup operation by a flow locator.

Author:
Keith Donald, Erwin Vervaet, Scott Andrews
See Also:
Serialized Form

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

NoSuchFlowModelException

public NoSuchFlowModelException(java.lang.String flowModelId)
Creates an exception indicating a flow model could not be found.

Parameters:
flowModelId - the flow model id
Method Detail

getFlowModelId

public java.lang.String getFlowModelId()
Returns the id of the flow model that could not be found.


Spring Web Flow