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

info.scce.addlib.layouter.LayouterException Maven / Gradle / Ivy

Go to download

The Java Library for Algebraic Decision Diagrams, Code Generation, and Layouting

There is a newer version: 3.1.0
Show newest version
package info.scce.addlib.layouter;

public class LayouterException extends RuntimeException {

    private static final long serialVersionUID = 7642297043805654866L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy