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

de.unirostock.sems.bives.exception.BivesException 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 BivesException representing problems that occurred in BiVeS.
 * 
 * @author Martin Scharm
 */
public class BivesException
	extends Exception
{
	
	private static final long	serialVersionUID	= 1977304380044136155L;
	
	
	/**
	 * Instantiates a new BiVeS exception. Exceptions need to have a message..
	 * 
	 * @param message
	 *          the message
	 */
	public BivesException (String message)
	{
		super (message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy