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

com.github.pires.obd.exceptions.UnsupportedCommandException Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package com.github.pires.obd.exceptions;

/**
 * Thrown when there is a "?" message.
 */
public class UnsupportedCommandException extends ResponseException {

    public UnsupportedCommandException() {
        super("7F 0[0-9] 12", true);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy