org.navimatrix.commons.data.DataRuntimeException Maven / Gradle / Ivy
package org.navimatrix.commons.data;
public class DataRuntimeException extends java.lang.RuntimeException {
public DataRuntimeException(String msg) {
super(msg);
}
public DataRuntimeException(Throwable error) {
super(error);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy