Uses of Class
com.jgalgo.graph.NoSuchVertexException
-
Packages that use NoSuchVertexException Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of NoSuchVertexException in com.jgalgo.graph
Methods in com.jgalgo.graph that return NoSuchVertexException Modifier and Type Method Description static NoSuchVertexException
NoSuchVertexException. ofIndex(int vertexIdx)
Create a new exception of a missing vertex by its index.static NoSuchVertexException
NoSuchVertexException. ofVertex(int vertexId)
Create a new exception of a missing vertex by itsint
identifier.static NoSuchVertexException
NoSuchVertexException. ofVertex(Object vertexId)
Create a new exception of a missing vertex by its identifier.
-