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 NoSuchVertexExceptionNoSuchVertexException. ofIndex(int vertexIdx)Create a new exception of a missing vertex by its index.static NoSuchVertexExceptionNoSuchVertexException. ofVertex(int vertexId)Create a new exception of a missing vertex by itsintidentifier.static NoSuchVertexExceptionNoSuchVertexException. ofVertex(Object vertexId)Create a new exception of a missing vertex by its identifier.
-