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

de.unirostock.sems.bives.exception.BivesFlattenException 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 BivesFlattenException signaling problems while flattening a
 * document.
 * 
 * @author Martin Scharm
 */
public class BivesFlattenException
	extends BivesException
{
	
	/** The Constant serialVersionUID. */
	private static final long	serialVersionUID	= -2888059827506993888L;
	
	
	/**
	 * Instantiates a new bives flatten exception.
	 * 
	 * @param msg
	 *          the message
	 */
	public BivesFlattenException (String msg)
	{
		super (msg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy