Class: VertexDoesNotExistError

VertexDoesNotExistError(id)

Error thrown when a vertex does not exist in the graph.

Constructor

new VertexDoesNotExistError(id)

Constructs a new VertexDoesNotExistError.
Parameters:
Name Type Description
id T the id of the vertex that does not exist.
Source:

Extends

  • Error

Classes

VertexDoesNotExistError