org.tigris.mbt.exceptions
Class GoBackToPreviousVertexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tigris.mbt.exceptions.GoBackToPreviousVertexException
All Implemented Interfaces:
Serializable

public class GoBackToPreviousVertexException
extends Exception

This exception can be thrown in order to backtrack the current point of execution to the previous vertex.

See Also:
Serialized Form

Constructor Summary
GoBackToPreviousVertexException()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoBackToPreviousVertexException

public GoBackToPreviousVertexException()