Condition Graph-Vertex-Not-Found-Error

This condition is signaled when a vertex can not be found in a graph.

Part of:

package cl-graph, condition graph-error

Direct Superclass

graph-error

This is the root condition for errors that occur while running code in CL-Graph.

Slot

graph
The `graph` of which this edge is a part.
Initargs::graph; Reader:graph.
vertex
The vertex or value that could not be found in the graph.
Initargs::vertex; Reader:vertex.