f716a5352f1871397cfabcd3dc120ef6c4e91315
[jalview.git] / IncompleteCodonException.java
1 package jalview.datamodel;
2
3 /**
4  * An exception to indicate that less than 3 nucleotide bases are available when
5  * trying to form a codon.
6  * 
7  * @author gmcarstairs
8  *
9  */
10 public class IncompleteCodonException extends RuntimeException
11 {
12
13 }