org.bidib.jbidib.netbidibsimple.tools.InvalidPlatformException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbidibc-netbidib-simple Show documentation
Show all versions of jbidibc-netbidib-simple Show documentation
jBiDiB jbidibc NetBidib Simple POM. Use -Dpi4j.dev.transfer=true to transfer the artifact to the raspberry pi.
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