JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / src / jalview / datamodel / 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 }