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

org.objectweb.fractal.bf.hdl.graph.GraphTravellerException Maven / Gradle / Ivy

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