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

org.navimatrix.commons.data.DataRuntimeException Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
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