org.tigris.mbt.exceptions
Class FoundNoEdgeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FoundNoEdgeException
public FoundNoEdgeException(String string)
- Parameters:
string -