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

de.charite.compbio.jannovar.datasource.InvalidDataSourceException Maven / Gradle / Ivy

There is a newer version: 0.41
Show newest version
package de.charite.compbio.jannovar.datasource;

import de.charite.compbio.jannovar.JannovarException;

/**
 * Thrown on problems with data source configuration files.
 *
 * @author Manuel Holtgrewe
 */
public class InvalidDataSourceException extends JannovarException {

	private static final long serialVersionUID = 1L;

	public InvalidDataSourceException() {
		super();
	}

	public InvalidDataSourceException(String msg) {
		super(msg);
	}

	public InvalidDataSourceException(String msg, Throwable cause) {
		super(msg);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy