support.graph
Class NoSuchEdgeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
support.graph.GraphException
support.graph.NoSuchEdgeException
- All Implemented Interfaces:
- Serializable
public class NoSuchEdgeException
- extends GraphException
An object of this class gets thrown when an Edge object
with certain properties does not exist in the graph.
Artistry! Sheer artistry!
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchEdgeException
public NoSuchEdgeException(String message)