com.android.jack.api.v01
Class UnrecoverableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.android.jack.api.v01.UnrecoverableException
- All Implemented Interfaces:
- java.io.Serializable
public class UnrecoverableException
- extends java.lang.Exception
Thrown when a major problem occurred because of an event out of control (e.g. an external process
remove a temporary file used by Jack). Handling this error should only be reporting to the user
and maybe just retry exactly the same thing as the one that has thrown.
- 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 |
UnrecoverableException
public UnrecoverableException()
UnrecoverableException
public UnrecoverableException(@Nonnull
java.lang.String message)
UnrecoverableException
public UnrecoverableException(@Nonnull
java.lang.String message,
@Nonnull
java.lang.Throwable cause)
UnrecoverableException
public UnrecoverableException(@Nonnull
java.lang.Throwable cause)