de.unirostock.sems.bives.exception.BivesException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BiVeS-Core Show documentation
Show all versions of BiVeS-Core Show documentation
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