
de.unirostock.sems.cbarchive.CombineArchiveException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CombineArchive Show documentation
Show all versions of CombineArchive Show documentation
Library to read/create/write/manipulate/... COMBINE archives
The newest version!
/**
*
*/
package de.unirostock.sems.cbarchive;
/**
* The Class CombineArchiveException representing an error while processing CombineArchives.
*
* @author Martin Scharm
*/
public class CombineArchiveException
extends Exception
{
private static final long serialVersionUID = 6173162561700007235L;
/**
* Instantiates a new CombineArchiveException.
*
* @param msg the error message
*/
public CombineArchiveException (String msg)
{
super (msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy