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

com.neuronrobotics.sdk.pid.PIDCommandException Maven / Gradle / Ivy

The newest version!
package com.neuronrobotics.sdk.pid;

// TODO: Auto-generated Javadoc
/**
 * The Class PIDCommandException.
 */
public class PIDCommandException extends Exception {

	/** The Constant serialVersionUID. */
	private static final long serialVersionUID = 1L;

	/**
	 * Instantiates a new PID command exception.
	 *
	 * @param string the string
	 */
	public PIDCommandException(String string) {
		super(string);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy