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:
  • Constructor Details

    • TranslationException

      public TranslationException(String m)
    • TranslationException

      public TranslationException(Exception t)
    • TranslationException

      public TranslationException(String m, Exception t)