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

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

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

public class MissingAttributeValue extends RuntimeException {

    /**
     * 
     */
    private static final long serialVersionUID = 7391674861493693795L;

    public MissingAttributeValue() {
	// TODO Auto-generated constructor stub
    }

    public MissingAttributeValue(String message) {
	super(message);
	// TODO Auto-generated constructor stub
    }

    public MissingAttributeValue(Throwable cause) {
	super(cause);
	// TODO Auto-generated constructor stub
    }

    public MissingAttributeValue(String message, Throwable cause) {
	super(message, cause);
	// TODO Auto-generated constructor stub
    }

   /* public MissingAttributeValue(String message, Throwable cause,
	    boolean enableSuppression, boolean writableStackTrace) {
	super(message, cause, enableSuppression, writableStackTrace);
	// TODO Auto-generated constructor stub
    }
*/
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy