org.tigris.mbt.exceptions
Class FoundNoEdgeException

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

public class FoundNoEdgeException
extends Exception

This exception is thrown during test sequence generation, when no out edge is found from a given vertex. This could be due to a cul-de-sac, which may or may not be perfectly all right.

See Also:
Serialized Form

Constructor Summary
FoundNoEdgeException(String string)
           
 
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

FoundNoEdgeException

public FoundNoEdgeException(String string)
Parameters:
string -