See: Description
Exception | Description |
---|---|
IllegalGapCharacterException |
Thrown when an argument provided as a gap character can not be parsed as
char.
|
NotAnAminoAcidException |
Thrown when there is an illegal(not an amino acid or known gap character) in
the sequence list or character array fed into AminoAcidMatrix constructor)
|
SequencesNotEquallyLongException |
Thrown when not all the sequences in the fasta file are of the same length.
|