org.openprovenance.prov.template.expander.exception.BundleVariableHasMultipleValues Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prov-template Show documentation
Show all versions of prov-template Show documentation
A template system for PROV bundles.
The newest version!
package org.openprovenance.prov.template.expander.exception;
import java.util.List;
import org.openprovenance.prov.model.QualifiedName;
public class BundleVariableHasMultipleValues extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1270038830746760223L;
public BundleVariableHasMultipleValues(QualifiedName id,
List vals) {
}
}