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