com.android.jill.api.v01
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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)