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

org.openprovenance.prov.template.expander.exception.BundleVariableHasNoValue Maven / Gradle / Ivy

The newest version!
package org.openprovenance.prov.template.expander.exception;

import org.openprovenance.prov.model.QualifiedName;

public class BundleVariableHasNoValue extends RuntimeException {

    /**
     * 
     */
    private static final long serialVersionUID = -5514139872062304143L;

    public BundleVariableHasNoValue(QualifiedName id) {
	// TODO Auto-generated constructor stub
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy