|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.uconn.mcb.lineageevolver.AATranslator.InvalidAminoAcid
Base class for exceptions generated during amino acid encoding/decoding. This type of exception is thrown when an Amino Acid cannot be correlated to a given encoding/decoding.
| Nested Class Summary | |
static class |
AATranslator.InvalidAminoAcid.InvalidAminoAcidByte
Exception thrown when a byte value outside the AminoAcid range was used as an encoded AminoAcid. |
static class |
AATranslator.InvalidAminoAcid.InvalidAminoAcidChar
Exception thrown when a character value outside the AminoAcid range was used as an encoded AminoAcid. |
static class |
AATranslator.InvalidAminoAcid.InvalidAminoAcidInt
Exception thrown when an integer value outside the AminoAcid range (0-19) was used as an encoded AminoAcid. |
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
AATranslator.InvalidAminoAcid()
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AATranslator.InvalidAminoAcid()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||