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

de.unirostock.sems.bives.exception.BivesDocumentConsistencyException Maven / Gradle / Ivy

Go to download

BiVeS - BioModel Version Control System This package provides core functionality

The newest version!
/**
 * 
 */
package de.unirostock.sems.bives.exception;

/**
 * The Class BivesDocumentConsistencyException signaling inconsistencies.
 * 
 * @author Martin Scharm
 */
public class BivesDocumentConsistencyException
	extends BivesException
{
	
	/** The Constant serialVersionUID. */
	private static final long	serialVersionUID	= -2832452681114954532L;
	
	
	/**
	 * Instantiates a new bives document consistency exception.
	 * 
	 * @param message
	 *          the message
	 */
	public BivesDocumentConsistencyException (String message)
	{
		super (message);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy