Package org.biojava.nbio.core.exceptions
Class TranslationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.biojava.nbio.core.exceptions.TranslationException
-
- All Implemented Interfaces:
java.io.Serializable
public class TranslationException extends java.lang.RuntimeException
Thrown from AbstractCompundTranslator- Author:
- Andy Yates
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TranslationException(java.lang.Exception t)
TranslationException(java.lang.String m)
TranslationException(java.lang.String m, java.lang.Exception t)
-