git://source.jalview.org
/
jalview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
JAL-1834 removed quotes around truncated strings with ellipsis
[jalview.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
}