Uses of Class
com.jgalgo.graph.NoSuchEdgeException
Packages that use NoSuchEdgeException
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of NoSuchEdgeException in com.jgalgo.graph
Methods in com.jgalgo.graph that return NoSuchEdgeExceptionModifier and TypeMethodDescriptionstatic NoSuchEdgeExceptionNoSuchEdgeException.ofEdge(int edgeId) Create a new exception of a missing edge by itsintidentifier.static NoSuchEdgeExceptionCreate a new exception of a missing edge by its identifier.static NoSuchEdgeExceptionNoSuchEdgeException.ofIndex(int edgeIdx) Create a new exception of a missing edge by its index.