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

toolgood.algorithm.unitConversion.UnitNotSupportedException Maven / Gradle / Ivy

package toolgood.algorithm.unitConversion;

public class UnitNotSupportedException extends Exception {
    public UnitNotSupportedException() {
    }

    public UnitNotSupportedException(String unit) {
        super("The Unit '{" + unit + "}' is not supported by this converter");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy