![JAR search and dependency download from the Maven repository](/logo.png)
com.openxc.remote.RawMeasurementException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openxc-it Show documentation
Show all versions of openxc-it Show documentation
Instrumentation test suite for OpenXC library
The newest version!
package com.openxc.remote;
public class RawMeasurementException extends Exception {
private static final long serialVersionUID = 798026247659774953L;
public RawMeasurementException(String message, Throwable cause) {
super(message, cause);
}
public RawMeasurementException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy