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

de.unirostock.sems.bives.sbml.exception.BivesSBMLParseException Maven / Gradle / Ivy

Go to download

BiVeS - BioModel Version Control System This package provides SBML integration for BiVeS

There is a newer version: 1.9.9
Show newest version
/**
 * 
 */
package de.unirostock.sems.bives.sbml.exception;

import de.unirostock.sems.bives.exception.BivesException;



/**
 * The Class BivesSBMLParseException.
 * 
 * @author Martin Scharm
 */
public class BivesSBMLParseException
	extends BivesException
{
	
	private static final long	serialVersionUID	= -3683762989632487518L;
	
	
	/**
	 * Instantiates a new BiVeS exception signalling an error while parsing an
	 * SBML document.
	 * 
	 * @param msg
	 *          the message
	 */
	public BivesSBMLParseException (String msg)
	{
		super (msg);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy