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

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

package com.github.pires.obd.exceptions;

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

    public MisunderstoodCommandException() {
        super("?");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy