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

org.bidib.jbidib.netbidibsimple.tools.InvalidPlatformException Maven / Gradle / Ivy

Go to download

jBiDiB jbidibc NetBidib Simple POM. Use -Dpi4j.dev.transfer=true to transfer the artifact to the raspberry pi.

There is a newer version: 2.0.28
Show newest version
package org.bidib.jbidib.netbidibsimple.tools;

public class InvalidPlatformException extends RuntimeException {

    private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy