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

info.scce.addlib.dd.DDException 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.dd;

public class DDException extends RuntimeException {

    private static final long serialVersionUID = -1472041452920732795L;

    public DDException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy