Uses of Class
com.jgalgo.graph.NoSuchEdgeException
-
Packages that use NoSuchEdgeException Package Description com.jgalgo.graph 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 NoSuchEdgeException Modifier and Type Method Description static NoSuchEdgeExceptionNoSuchEdgeException. ofEdge(int edgeId)Create a new exception of a missing edge by itsintidentifier.static NoSuchEdgeExceptionNoSuchEdgeException. ofEdge(Object edgeId)Create 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.
-