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 NoSuchEdgeException
NoSuchEdgeException. ofEdge(int edgeId)
Create a new exception of a missing edge by itsint
identifier.static NoSuchEdgeException
NoSuchEdgeException. ofEdge(Object edgeId)
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.
-