Condition Graph-Vertex-Not-Found-In-Edge-Error

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

Part of:

package cl-graph, condition edge-error

Direct Superclass

edge-error

This is the root condition for graph errors that have to do with edges.

Slot

edge
The `edge` that is implicated in the condition.
Initargs::edge; Reader:edge.
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.