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

org.objectweb.fractal.bf.hdl.reader.GraphBuilderException Maven / Gradle / Ivy

The newest version!
/**
 * Author: Valerio Schiavoni 
 */

package org.objectweb.fractal.bf.hdl.reader;

/**
 * Exception thrown during the construction of graphs.
 */
public class GraphBuilderException extends Exception
{

  /**
   * generated serial uid
   */
  private static final long serialVersionUID = 9214135041259249532L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy