Condition Graph-Error

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

Part of:

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

Direct Subclass

edge-errorThis is the root condition for graph errors that have to do with edges.
graph-edge-not-found-errorThis condition is signaled when an edge cannot be found in a graph.
graph-vertex-not-found-errorThis condition is signaled when a vertex can not be found in a graph.

Slot

graph
The `graph` of which this edge is a part.
Initargs:graph; Reader:graph.