com.android.jill.api.v01
Class TranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.jill.api.v01.TranslationException
All Implemented Interfaces:
java.io.Serializable

public class TranslationException
extends java.lang.Exception

A fatal problem that caused Jill to abort the translation. The problem should already have reported, so it is safe to ignore its message.

See Also:
Serialized Form

Constructor Summary
TranslationException()
           
TranslationException(java.lang.String message)
           
TranslationException(java.lang.String message, java.lang.Throwable cause)
           
TranslationException(java.lang.Throwable cause)
           
 
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()

TranslationException

public TranslationException(@Nonnull
                            java.lang.String message)

TranslationException

public TranslationException(@Nonnull
                            java.lang.String message,
                            @Nonnull
                            java.lang.Throwable cause)

TranslationException

public TranslationException(@Nonnull
                            java.lang.Throwable cause)