com.android.build.api.transform
Class TransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.android.build.api.transform.TransformException
- All Implemented Interfaces:
- Serializable
@Beta
public class TransformException
- extends Exception
An exception during the execution of a Transform.
This API is non final and is subject to change. We are looking for feedback, and will
attempt to stabilize it in the 1.6 time frame.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransformException
public TransformException(Throwable throwable)
TransformException
public TransformException(String s)