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

cz.encircled.joiner.exception.AliasMissingException Maven / Gradle / Ivy

package cz.encircled.joiner.exception;

/**
 * This exception is thrown, when a predicate or a join have a reference to an alias, that is not present in a query
 *
 * @author Kisel on 26.01.2016.
 */
public class AliasMissingException extends JoinerException {

    public AliasMissingException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy