
salvo.jesus.graph.NoSuchVertexException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenJGraph Show documentation
Show all versions of OpenJGraph Show documentation
This is a modified version of the OpenJGraph library (https://sourceforge.net/projects/openjgraph/), used in the JInsect library.
The newest version!
package salvo.jesus.graph;
/**
* @author Jesus M. Salvo Jr.
*/
public class NoSuchVertexException extends GraphException {
public NoSuchVertexException() {
super();
}
public NoSuchVertexException( String msg ) {
super( msg );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy