Uses of Class
com.jgalgo.graph.NoSuchVertexException
Packages that use NoSuchVertexException
Package
Description
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 NoSuchVertexExceptionModifier and TypeMethodDescriptionstatic 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 NoSuchVertexExceptionCreate a new exception of a missing vertex by its identifier.