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

com.brettonw.bag.BadVersionException Maven / Gradle / Ivy

package com.brettonw.bag;

public class BadVersionException extends RuntimeException {
    public BadVersionException (String got, @SuppressWarnings ("SameParameterValue") String expected) {
        super ("Incorrect version (got: " + got + ", expected: " + expected + ")");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy