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

io.wizzie.enricher.model.exceptions.PlanBuilderException Maven / Gradle / Ivy

There is a newer version: 0.5.1.1
Show newest version
package io.wizzie.enricher.model.exceptions;

public class PlanBuilderException extends Exception {
    public PlanBuilderException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy