Condition Edge-Error

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

Part of:

package cl-graph, condition graph-vertex-not-found-in-edge-error, condition graph-error

Direct Superclass

graph-error

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

Direct Subclass

graph-vertex-not-found-in-edge-error

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

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.