Uses of Class
com.jgalgo.graph.NoSuchEdgeException
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of NoSuchEdgeException in com.jgalgo.graph
Modifier and TypeMethodDescriptionstatic NoSuchEdgeException
NoSuchEdgeException.ofEdge
(int edgeId) Create a new exception of a missing edge by itsint
identifier.static NoSuchEdgeException
Create a new exception of a missing edge by its identifier.static NoSuchEdgeException
NoSuchEdgeException.ofIndex
(int edgeIdx) Create a new exception of a missing edge by its index.