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

com.bigdata.bop.DuplicateBOpIdException Maven / Gradle / Ivy

package com.bigdata.bop;

/**
 * Exception thrown when a {@link BOp.Annotations#BOP_ID} appears more than
 * once in an operator tree with the same value (the bop identifiers must be
 * distinct).
 * 
 * @author Bryan
 *         Thompson
 * @version $Id$
 */
public class DuplicateBOpIdException extends RuntimeException {

    /**
     * @param msg
     */
    public DuplicateBOpIdException(String msg) {
        super(msg);
    }

    private static final long serialVersionUID = 1L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy