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

salvo.jesus.graph.IllegalPathException Maven / Gradle / Ivy

Go to download

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;

/**
 * Thrown whenever a method in Path is called that will result
 * to a violation of the definition of a Path.
 *
 * @author  Jesus M. Salvo Jr.
 */

public class IllegalPathException extends GraphException {

    public IllegalPathException() {
        super();
    }

    public IllegalPathException( String msg ) {
        super( msg );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy