de.unirostock.sems.bives.exception.BivesDocumentConsistencyException 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 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