view NGSrich_0.5.5/src/exceptions/GenomeAnnotationException.java @ 0:89ad0a9cca52 default tip

Uploaded
author pfrommolt
date Mon, 21 Nov 2011 08:12:19 -0500
parents
children
line wrap: on
line source

package exceptions;

public class GenomeAnnotationException extends Throwable {

	private static final long serialVersionUID = -9050133395128460361L;

	public GenomeAnnotationException(){
		super("The specified genome annotation is invalid\n");
	}
	
}