com.github.pires.obd.exceptions.UnsupportedCommandException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obd-java-api Show documentation
Show all versions of obd-java-api Show documentation
OBD Java API compatible with ELM327.
package com.github.pires.obd.exceptions;
/**
* Thrown when there is a "?" message.
*
* @author pires
* @version $Id: $Id
*/
public class UnsupportedCommandException extends ResponseException {
/**
* Constructor for UnsupportedCommandException.
*/
public UnsupportedCommandException() {
super("7F 0[0-A] 1[1-2]", true);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy