Mercurial > repos > pfrommolt > ngsrich
view NGSrich_0.5.5/src/exceptions/ChromosomeMismatchException.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 ChromosomeMismatchException extends ChromosomeException { private static final long serialVersionUID = -2902763382812748929L; public ChromosomeMismatchException(){ super("The chromosome names in target and alignment are different. " + "The naming must be consistent."); } }