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:
Serializable
public class TranslationException extends RuntimeException
Thrown from AbstractCompundTranslator- Author:
- Andy Yates
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TranslationException(Exception t)
TranslationException(String m)
TranslationException(String m, Exception t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TranslationException
public TranslationException(String m)
-
TranslationException
public TranslationException(Exception t)
-
TranslationException
public TranslationException(String m, Exception t)
-
-