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

net.morimekta.config.IncompatibleValueException Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
package net.morimekta.config;

/**
 * Created by morimekta on 2/25/16.
 */
public class IncompatibleValueException extends ConfigException {
    public IncompatibleValueException(String message, Object... params) {
        super(message, params);
    }

    public IncompatibleValueException(Throwable throwable, String message, Object... params) {
        super(throwable, message, params);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy