org.biojava3.core.exceptions
Class TranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.biojava3.core.exceptions.TranslationException
All Implemented Interfaces:
Serializable

public class TranslationException
extends RuntimeException

Thrown from AbstractCompundTranslator

Author:
Andy Yates
See Also:
Serialized Form

Constructor Summary
TranslationException(Exception t)
           
TranslationException(String m)
           
TranslationException(String m, Exception t)
           
 
Method Summary
 
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

TranslationException

public TranslationException(String m)

TranslationException

public TranslationException(Exception t)

TranslationException

public TranslationException(String m,
                            Exception t)