Class: EdgeDoesNotExistError

EdgeDoesNotExistError(v, w)

Error thrown when an edge does not exist in the graph.

Constructor

new EdgeDoesNotExistError(v, w)

Constructs a new EdgeDoesNotExistError.
Parameters:
Name Type Description
v T the id of the first vertex of the edge that does not exist.
w T the id of the second vertex of the edge that does not exist.
Source:

Extends

  • Error

Classes

EdgeDoesNotExistError