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

org.ontoware.rdfreactor.runtime.CardinalityException Maven / Gradle / Ivy

Go to download

RDFReactor creates domain-specific, type-safe Java classes which act as a view over domain-free, loosely typed RDF instances. This library needs to be shipped together with generated classes.

The newest version!
/**
 * 
 */
package org.ontoware.rdfreactor.runtime;

/**
 * A CardinalityException is thrown e.g. when a removing or adding a
 * value from a property violates the maximal or minima cardinality of that
 * property.
 * 
 * @author $Author: behe $
 * @version $Id: CardinalityException.java,v 1.2 2006/05/20 16:55:20 behe Exp $
 * 
 */
@Patrolled
public class CardinalityException extends Exception {
	
	private static final long serialVersionUID = -2987602905455854146L;
	
	public CardinalityException(String msg) {
		super(msg);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy