All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.alexandrepiveteau.graphs.NoSuchVertexException.kt Maven / Gradle / Ivy

package io.github.alexandrepiveteau.graphs

/** An exception thrown when a [Vertex] is not found in a [UndirectedGraph]. */
public class NoSuchVertexException : NoSuchElementException("No such vertex.")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy