org.biojava3.core.exceptions
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.biojava3.core.exceptions.TranslationException
- All Implemented Interfaces:
- Serializable
public class TranslationException
- extends RuntimeException
Thrown from AbstractCompundTranslator
- Author:
- Andy Yates
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TranslationException
public TranslationException(String m)
TranslationException
public TranslationException(Exception t)
TranslationException
public TranslationException(String m,
Exception t)