
org.objectweb.fractal.bf.hdl.reader.GraphBuilderException 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!
/**
* 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