
org.objectweb.fractal.bf.hdl.graph.GraphTravellerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fractal-bf-hdl-reader Show documentation
Show all versions of fractal-bf-hdl-reader Show documentation
Support input/output operations on HDL entities
The newest version!
package org.objectweb.fractal.bf.hdl.graph;
/**
* Thrown if errors occurs during the graph traversal
*/
public class GraphTravellerException extends RuntimeException
{
/**
* generated serial version UID
*/
private static final long serialVersionUID = 9204386841096274936L;
public GraphTravellerException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy