Uses of Class
com.jgalgo.graph.NoSuchVertexException
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of NoSuchVertexException in com.jgalgo.graph
Modifier and TypeMethodDescriptionstatic 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
Create a new exception of a missing vertex by its identifier.